We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b6bad commit 668bc67Copy full SHA for 668bc67
Jenkinsfile
@@ -50,6 +50,10 @@ pipeline {
50
retry(3) {
51
sh 'podman push harbor.zetyun.cn/dingostack/dingo-command:${IMAGE_TAG}'
52
}
53
+ sh 'podman tag harbor.zetyun.cn/dingostack/dingo-command:${IMAGE_TAG} harbor.zetyun.cn/openstack/dingo-command:${IMAGE_TAG}'
54
+ retry(3) {
55
+ sh 'podman push harbor.zetyun.cn/openstack/dingo-command:${IMAGE_TAG}'
56
+ }
57
58
59
@@ -87,7 +91,7 @@ pipeline {
87
91
echo "update kolla_ansible"
88
92
dir('/home/cicd/kolla-ansible') {
89
93
sh '''
90
- git stash
94
+ git stash || true
95
git pull origin dingoStack
96
git stash pop || true
97
# 检查冲突
0 commit comments