Skip to content

Commit

Permalink
git.cern.ch does not exist anymore (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Sep 17, 2024
1 parent 558c7b4 commit bf1aa11
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions jenkins/daily-tags
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bf1aa11

Please sign in to comment.