Updated test_results folder ownership
Some checks reported errors
autoBIGS.galaxy/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Harrison Deng 2025-02-24 15:12:24 +00:00
parent dac4d5a620
commit 40f49a48ac

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
} }
stage ("test") { stage ("test") {
steps { steps {
sh 'mkdir test_results' sh 'sudo -u galaxy mkdir test_results'
sh "sudo -u galaxy planemo test autobigs-cli.xml --test_output_junit test_results/junit_results.xml --test_output_json test_results/results.json --test_output test_results/human.html" sh "sudo -u galaxy planemo test autobigs-cli.xml --test_output_junit test_results/junit_results.xml --test_output_json test_results/results.json --test_output test_results/human.html"
xunit checksName: '', tools: [JUnit(excludesPattern: '', pattern: 'test_results/junit_report.xml', stopProcessingIfError: true)] xunit checksName: '', tools: [JUnit(excludesPattern: '', pattern: 'test_results/junit_report.xml', stopProcessingIfError: true)]
} }