Removed unecessary nesting in pipeline
All checks were successful
autoBIGS.cli-bioconda/pipeline/head This commit looks good
All checks were successful
autoBIGS.cli-bioconda/pipeline/head This commit looks good
This commit is contained in:
parent
0bc1cb1c51
commit
a6d7c71f69
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -45,8 +45,6 @@ pipeline {
|
|||||||
sh 'conda build auto-updated-bioconda-recipes/recipes/autobigs-cli --output-folder ./conda-bld'
|
sh 'conda build auto-updated-bioconda-recipes/recipes/autobigs-cli --output-folder ./conda-bld'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("publish to bioconda") {
|
|
||||||
stages {
|
|
||||||
stage('lint') {
|
stage('lint') {
|
||||||
steps {
|
steps {
|
||||||
dir('auto-updated-bioconda-recipes') {
|
dir('auto-updated-bioconda-recipes') {
|
||||||
@ -54,7 +52,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('commit') {
|
stage('pull-request') {
|
||||||
environment {
|
environment {
|
||||||
TOKEN = credentials('github.com')
|
TOKEN = credentials('github.com')
|
||||||
}
|
}
|
||||||
@ -67,6 +65,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user