Commiting tags
這個提交存在於:
父節點
30a9244441
當前提交
b8e587a5bd
共有 1 個檔案被更改,包括 3 行新增 和 3 行删除
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -49,9 +49,9 @@ pipeline {
|
|||
stage("Tag and Push") {
|
||||
agent any
|
||||
steps {
|
||||
sshagent (credentials : ['git-credentials-id']) {
|
||||
sh 'git push --tags'
|
||||
}
|
||||
git branch: 'master', credentialsId: 'git-credentials-id', url: 'https://github.com/paolarozo/simple-python-pyinstaller-app.git'
|
||||
sh 'git push --tags'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
載入中…
新增問題並參考