Updated pipeline to use branch 'main' as publishing branch
All checks were successful
ydeng/csvbyname/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-21 11:11:54 -05:00
parent e64e1a038f
commit ea374a971e

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
}
stage("publish") {
when {
branch '**/master'
branch '**/main'
}
steps {
withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) {