Skip to content

Commit 2e78080

Browse files
committed
[I/Y/P-Build] Remove use of obsolete SSH-agent for git.eclipse.org
1 parent 398d467 commit 2e78080

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
stage('Clone Repositories'){
143143
steps {
144144
dir("${CJE_ROOT}/mbscripts") {
145-
sshagent(['git.eclipse.org-bot-ssh', 'github-bot-ssh']) {
145+
sshagent(['github-bot-ssh']) {
146146
sh '''
147147
git config --global user.email "[email protected]"
148148
git config --global user.name "Eclipse Releng Bot"
@@ -163,7 +163,7 @@ spec:
163163
}
164164
steps {
165165
dir("${CJE_ROOT}/mbscripts") {
166-
sshagent (['git.eclipse.org-bot-ssh', 'github-bot-ssh', 'projects-storage.eclipse.org-bot-ssh']) {
166+
sshagent (['github-bot-ssh', 'projects-storage.eclipse.org-bot-ssh']) {
167167
sh '''
168168
bash -x ./mb110_tagBuildInputs.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb110_tagBuildInputs.sh.log
169169
if [[ ${PIPESTATUS[0]} -ne 0 ]]

JenkinsJobs/YBuilds/P_build.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spec:
118118
stage('Clone Repositories'){
119119
steps {
120120
container('jnlp') {
121-
sshagent(['git.eclipse.org-bot-ssh', 'github-bot-ssh']) {
121+
sshagent(['github-bot-ssh']) {
122122
sh \'\'\'
123123
git config --global user.email "[email protected]"
124124
git config --global user.name "Eclipse Releng Bot"
@@ -137,7 +137,7 @@ spec:
137137
stage('Tag Build Inputs'){
138138
steps {
139139
container('jnlp') {
140-
sshagent (['git.eclipse.org-bot-ssh', 'github-bot-ssh', 'projects-storage.eclipse.org-bot-ssh']) {
140+
sshagent (['github-bot-ssh', 'projects-storage.eclipse.org-bot-ssh']) {
141141
sh \'\'\'
142142
cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
143143
bash -x ./mb110_tagBuildInputs.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb110_tagBuildInputs.sh.log

0 commit comments

Comments
 (0)