From 126e4a070d859992c225be5dc5a9e0dd18454aec Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 20 Nov 2021 08:14:11 +0000 Subject: [PATCH] extra bracket --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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