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 cde826b commit 4c6ebbbCopy full SHA for 4c6ebbb
Jenkinsfile-online
@@ -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@github.com/$GITHUB_ACCOUNT/$APP_NAME.git --tags'
+ sh 'git push http://$GIT_USERNAME:$GIT_PASSWORD@github.com/$GITHUB_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