diff --git a/Jenkinsfile b/Jenkinsfile index 36819d7097..052ca84654 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -111,22 +111,22 @@ pipeline { } } } - stage('Tag version') { - when { - anyOf { - branch 'master' - } - } - steps { - withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'github-salt', passwordVariable: 'GITHUB_PASS', usernameVariable: 'GITHUB_USER']]) { - script { - lastStage = env.STAGE_NAME - def version = sbtArtifactVersion("apiContractJVM") - tagCommitToGithub(version) - } - } - } - } + // stage('Tag version') { + // when { + // anyOf { + // branch 'master' + // } + // } + // steps { + // withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'github-salt', passwordVariable: 'GITHUB_PASS', usernameVariable: 'GITHUB_USER']]) { + // script { + // lastStage = env.STAGE_NAME + // def version = sbtArtifactVersion("apiContractJVM") + // tagCommitToGithub(version) + // } + // } + // } + // } stage('Nexus IQ') { when { anyOf {