Compare commits
No commits in common. "2e38fe83f1908e53aef8e1692508ae7ea46d7865" and "83c384e55c133ad8152c61477868b2a4e231b67b" have entirely different histories.
2e38fe83f1
...
83c384e55c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("publish package") {
|
stage("publish package") {
|
||||||
when {
|
when {
|
||||||
branch '**/master'
|
branch '**/main'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
|
withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user