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
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -48,8 +48,10 @@ pipeline {
|
|||||||
stage("bioconda") {
|
stage("bioconda") {
|
||||||
stages {
|
stages {
|
||||||
stage('lint') {
|
stage('lint') {
|
||||||
|
steps {
|
||||||
sh 'bioconda-utils lint recipes/ --packages autobigs-engine'
|
sh 'bioconda-utils lint recipes/ --packages autobigs-engine'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('commit') {
|
stage('commit') {
|
||||||
environment {
|
environment {
|
||||||
TOKEN = credentials('github.com')
|
TOKEN = credentials('github.com')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user