Updated test_results folder ownership
Some checks reported errors
autoBIGS.galaxy/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
autoBIGS.galaxy/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
dac4d5a620
commit
40f49a48ac
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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)]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user