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 4c6ebbb commit e40ce74Copy full SHA for e40ce74
Jenkinsfile
@@ -95,7 +95,7 @@ pipeline {
95
sh 'git config --global user.email "kubesphere@yunify.com" '
96
sh 'git config --global user.name "kubesphere" '
97
sh 'git tag -a $TAG_NAME -m "$TAG_NAME" '
98
- sh 'git push http://$GIT_USERNAME:$GIT_PASSWORD@gitlab.devops.kubesphere.local:30080/$GITLAB_ACCOUNT/$APP_NAME.git --tags'
+ sh 'git push http://$GIT_USERNAME:$GIT_PASSWORD@gitlab.devops.kubesphere.local:30080/$GITLAB_ACCOUNT/devops-sample-s2i.git --tags'
99
}
100
sh 'docker tag $REDISTRY/$NAMESPACE/$APP_NAME:SNAPSHOT-$BRANCH_NAME-$BUILD_NUMBER $REDISTRY/$NAMESPACE/$APP_NAME:$TAG_NAME '
101
sh 'docker push $REDISTRY/$NAMESPACE/$APP_NAME:$TAG_NAME '
0 commit comments