From 5669568deffa8ee03134f0f42472adc064495321 Mon Sep 17 00:00:00 2001 From: Loose Date: Thu, 30 Jan 2025 17:07:31 -0300 Subject: [PATCH] Test test --- Jenkinsfile | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4b9eee5..aa4f601 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,22 +73,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("syamlJVM") - 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("syamlJVM") + // tagCommitToGithub(version) + // } + // } + // } + // } } post { unsuccessful {