Compare commits

..

No commits in common. "2e38fe83f1908e53aef8e1692508ae7ea46d7865" and "83c384e55c133ad8152c61477868b2a4e231b67b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = renamebycsv name = renamebycsv
version = 0.0.3 version = 0.0.2
[options] [options]
packages = renamebycsv packages = renamebycsv