Skip to content

Commit

Permalink
Update sshAgent to use IDs so jobs are configured correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Oct 21, 2022
1 parent 1045a74 commit a0bd49c
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/AddToPComposite.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for (STREAM in STREAMS){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/markStable.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ job('Builds/markStable'){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/markUnstable.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ job('Builds/markUnstable'){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Cleanup/cleanupDLsite.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ job('rt.equinox.releng.cleanupDLsite'){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Cleanup/cleanupReleaseArtifacts.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ job('Cleanup/cleanupReleaseArtifacts'){
wrappers { //adds pre/post actions
preBuildCleanup()
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Cleanup/dailyCleanOldBuilds.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and other such scripts.
wrappers { //adds pre/post actions
timestamps()
preBuildCleanup()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
timeout {
absolute(30)
}
Expand Down
4 changes: 2 additions & 2 deletions JenkinsJobs/Releng/CBIaggregator.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ job('Releng/CBIaggregator'){
remote{
name('origin')
url('git@github.com:eclipse-platform/eclipse.platform.releng.git')
credentials('GitHub bot (SSH)')
credentials('github-bot-ssh')
}
branch('master')
browser {
Expand All @@ -41,7 +41,7 @@ job('Releng/CBIaggregator'){
wrappers { //adds pre/post actions
preBuildCleanup()
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org', 'ssh://genie.releng@git.eclipse.org', 'GitHub bot (SSH)')
sshAgent('projects-storage.eclipse.org-bot-ssh', 'git.eclipse.org-bot-ssh', 'github-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/PublishJDTtoMaven.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ job('Releng/PublishJDTtoMaven'){
file('KEYRING', 'secret-subkeys.asc (secret-subkeys.asc fpr JDT')
}
timestamps()
sshAgent( 'ssh://genie.releng@git.eclipse.org', 'GitHub bot (SSH)')
sshAgent('git.eclipse.org-bot-ssh', 'github-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/PublishPDEToMaven.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ job('Releng/PublishPDEToMaven'){
file('KEYRING', 'secret-subkeys.asc (secret-subkeys.asc fpr JDT')
}
timestamps()
sshAgent( 'ssh://genie.releng@git.eclipse.org', 'GitHub bot (SSH)')
sshAgent('git.eclipse.org-bot-ssh', 'github-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/PublishPlatformToMaven.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ job('Releng/PublishPlatformToMaven'){
file('KEYRING', 'secret-subkeys.asc (secret-subkeys.asc fpr JDT')
}
timestamps()
sshAgent( 'ssh://genie.releng@git.eclipse.org', 'GitHub bot (SSH)')
sshAgent('git.eclipse.org-bot-ssh', 'github-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/checkCompositesValidity.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ job('Releng/checkCompositesValidity'){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
buildTimeoutWrapper{
strategy {
absoluteTimeOutStrategy {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/cleanupReleaseArtifacts.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ job('Releng/cleanupReleaseArtifacts'){
wrappers { //adds pre/post actions
preBuildCleanup()
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/collectResults.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job('Releng/ep-collectResults'){
wrappers { //adds pre/post actions
timestamps()
preBuildCleanup()
sshAgent('ssh://genie.releng@git.eclipse.org', 'ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('git.eclipse.org-bot-ssh', 'projects-storage.eclipse.org-bot-ssh')
timeout {
absolute(30)
}
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/createGenericComposites.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ job('Releng/createGenericComposites'){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/createMaintenanceBranch.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ job('Releng/createMaintenanceBranch'){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@git.eclipse.org', 'GitHub bot (SSH)')
sshAgent('git.eclipse.org-bot-ssh', 'github-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/makeVisible.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ I-builds promote to 'S' until 'R'.

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org', 'ssh://genie.releng@git.eclipse.org', 'GitHub bot (SSH)')
sshAgent('projects-storage.eclipse.org-bot-ssh', 'git.eclipse.org-bot-ssh', 'github-bot-ssh')
timeout {
absolute(60)
}
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/newStreamRepos.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ job('Releng/newStreamRepos'){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/renameAndPromote.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ I-builds promote to 'S' until 'R'.

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
timeout {
absolute(60)
}
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/tagEclipseRelease.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GitHub issue (or legacy bugzilla bug ID) to track tagging the release, for examp

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@git.eclipse.org', 'GitHub bot (SSH)')
sshAgent('git.eclipse.org-bot-ssh', 'github-bot-ssh')
preBuildCleanup()
}

Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/updateIndex.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ job('Releng/updateIndex'){

wrappers { //adds pre/post actions
timestamps()
sshAgent('ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('projects-storage.eclipse.org-bot-ssh')
}

steps {
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/YBuilds/collectYbuildResults.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ job('Releng/ep-collectYbuildResults'){
wrappers { //adds pre/post actions
timestamps()
preBuildCleanup()
sshAgent('ssh://genie.releng@git.eclipse.org', 'ssh://genie.releng@projects-storage.eclipse.org')
sshAgent('git.eclipse.org-bot-ssh', 'projects-storage.eclipse.org-bot-ssh')
xvnc {
useXauthority()
}
Expand Down

0 comments on commit a0bd49c

Please sign in to comment.