Skip to content

Commit

Permalink
https://ci.eclipse.org/egit/: ssh key went missing ?
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Dec 6, 2023
1 parent 6f7fa5a commit fdd8c6b
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 302 deletions.
11 changes: 11 additions & 0 deletions instances/technology.egit/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@
"mountPath": "/run/secrets/jenkins/ssh",
"name": "gerrit-ssh-keys",
"readOnly": true
},
{
"mountPath": "/run/secrets/jenkins/ssh-gerrithub.io",
"name": "gerrithub-io-ssh-keys",
"readOnly": true
}
]
}
Expand All @@ -167,6 +172,12 @@
"secret": {
"secretName": "gerrit-ssh-keys"
}
},
{
"name": "gerrithub-io-ssh-keys",
"secret": {
"secretName": "gerrithub.io-ssh-keys"
}
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion instances/technology.jgit/target/jenkins/plugins.log
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apache-httpcomponents-client-4-api 4.5.14-208.v438351942757
authentication-tokens 1.53.v1c90fd9191a_b_
authorize-project 1.7.1
bootstrap5-api 5.3.2-3
bouncycastle-api 2.29
bouncycastle-api 2.30.1.77-225.v26ea_c9455fd9
branch-api 2.1135.v8de8e7899051
build-timeout 1.31
caffeine-api 3.1.8-133.v17b_1ff2e0599
Expand Down

This file was deleted.

292 changes: 0 additions & 292 deletions instances/technology.jgit/target/jenkins/tools/install-plugins.sh

This file was deleted.

11 changes: 11 additions & 0 deletions instances/technology.jgit/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@
"mountPath": "/run/secrets/jenkins/ssh",
"name": "gerrit-ssh-keys",
"readOnly": true
},
{
"mountPath": "/run/secrets/jenkins/ssh-gerrithub.io",
"name": "gerrithub-io-ssh-keys",
"readOnly": true
}
]
}
Expand All @@ -167,6 +172,12 @@
"secret": {
"secretName": "gerrit-ssh-keys"
}
},
{
"name": "gerrithub-io-ssh-keys",
"secret": {
"secretName": "gerrithub.io-ssh-keys"
}
}
]
}
Expand Down
Loading

0 comments on commit fdd8c6b

Please sign in to comment.