Fixed Jenkinsfile syntax
Some checks failed
autoBIGS.engine-bioconda/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-02-20 18:00:11 +00:00
parent 2538cf2687
commit 6ff02e876e

4
Jenkinsfile vendored
View File

@ -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 {