From bf1aa11e981ea237986b019cd3931288758c32ff Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:39:47 +0200 Subject: [PATCH] git.cern.ch does not exist anymore (#1398) --- jenkins/daily-tags | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/jenkins/daily-tags b/jenkins/daily-tags index ce4148db..b51b29cb 100644 --- a/jenkins/daily-tags +++ b/jenkins/daily-tags @@ -77,17 +77,6 @@ try { git credential-store --file $PWD/git-creds store ''' } - withCredentials([[$class: 'UsernamePasswordMultiBinding', - credentialsId: '369b09bf-5f5e-4b68-832a-2f30cad28755', - usernameVariable: 'GIT_BOT_USER', - passwordVariable: 'GIT_BOT_PASS']]) { - sh ''' - set -e - set -o pipefail - printf "protocol=https\nhost=git.cern.ch\nusername=$GIT_BOT_USER\npassword=$GIT_BOT_PASS\n" | \ - git credential-store --file $PWD/git-creds store - ''' - } withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'gitlab_alibuild', usernameVariable: 'GIT_BOT_USER',