Fixed Jenkinsfile syntax
Some checks failed
autoBIGS.engine-bioconda/pipeline/head There was a failure building this commit
Some checks failed
autoBIGS.engine-bioconda/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2538cf2687
commit
6ff02e876e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -48,7 +48,9 @@ pipeline {
|
||||
stage("bioconda") {
|
||||
stages {
|
||||
stage('lint') {
|
||||
sh 'bioconda-utils lint recipes/ --packages autobigs-engine'
|
||||
steps {
|
||||
sh 'bioconda-utils lint recipes/ --packages autobigs-engine'
|
||||
}
|
||||
}
|
||||
stage('commit') {
|
||||
environment {
|
||||
|
Loading…
x
Reference in New Issue
Block a user