Printing tags
這個提交存在於:
父節點
77213c4258
當前提交
e4fc97dbb7
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -50,7 +50,7 @@ pipeline {
|
|||
agent any
|
||||
steps {
|
||||
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'git-credentials-id', usernameVariable: 'GIT_USERNAME', passwordVariable: 'GIT_PASSWORD']]) {
|
||||
sh("git push https://${env.GIT_USERNAME}:${env.GIT_PASSWORD}@simple-java-maven-app.git --tags")
|
||||
sh("git push https://${env.GIT_USERNAME}:${env.GIT_PASSWORD}@github.com/paolarozo/simple-python-pyinstaller-app.git --tags")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
載入中…
新增問題並參考