Compare commits
4 Commits
83c384e55c
...
2e38fe83f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e38fe83f1 | |||
| 2f5b1c7be6 | |||
| 03fa2b3d8b | |||
| 4f2eeb6a54 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -30,7 +30,7 @@ pipeline {
|
||||
}
|
||||
stage("publish package") {
|
||||
when {
|
||||
branch '**/main'
|
||||
branch '**/master'
|
||||
}
|
||||
steps {
|
||||
withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
|
||||
|
||||
Reference in New Issue
Block a user