diff --git a/Jenkinsfile b/Jenkinsfile index 850fd55..0b97e98 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,6 +50,6 @@ pipeline { //withCredentials([usernamePassword(credentialsId: "${GIT_CREDENTIALS_ID}", passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) { //sh "git tag -a ${CUSTOM_TAG_NAME} -m 'Jenkinsfile push tag'" //sh "git push https://${GIT_USERNAME}:${GIT_PASSWORD}@git.repohere.com/scm/reponamehere.git ${CUSTOM_TAG_NAME}" - } + }} \ No newline at end of file