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

2
Jenkinsfile vendored
View File

@ -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')