Skip to content

Commit

Permalink
chore: remove stale JENKINS TOKEN in all repositories (#10)
Browse files Browse the repository at this point in the history
* chore: remove stale JENKINS TOKEN in all repositories

* Fix syntax

Signed-off-by: Thomas Neidhart <[email protected]>

* Fix syntax

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: mspiekermann <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
3 people authored May 15, 2024
1 parent 1612997 commit 17583ce
Showing 1 changed file with 7 additions and 61 deletions.
68 changes: 7 additions & 61 deletions otterdog/eclipse-edc.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,7 @@ orgs.newOrg('eclipse-edc') {
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
}
],
environments: [
orgs.newEnvironment('Azure-dev'),
Expand Down Expand Up @@ -146,13 +140,7 @@ orgs.newOrg('eclipse-edc') {
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
}
],
},
orgs.newRepo('GradlePlugins') {
Expand All @@ -170,12 +158,6 @@ orgs.newOrg('eclipse-edc') {
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
orgs.newRepoSecret('GRADLE_PUBLISH_KEY') {
value: "********",
},
Expand All @@ -199,13 +181,7 @@ orgs.newOrg('eclipse-edc') {
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
}
],
},
orgs.newRepo('JenkinsPipelines') {
Expand Down Expand Up @@ -317,13 +293,7 @@ orgs.newOrg('eclipse-edc') {
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
}
],
},
orgs.newRepo('Release') {
Expand Down Expand Up @@ -357,13 +327,7 @@ orgs.newOrg('eclipse-edc') {
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
}
],
},
orgs.newRepo('Samples') {
Expand Down Expand Up @@ -396,13 +360,7 @@ orgs.newOrg('eclipse-edc') {
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
}
],
},
orgs.newRepo('Technology-Azure') {
Expand All @@ -420,12 +378,6 @@ orgs.newOrg('eclipse-edc') {
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
orgs.newRepoSecret('PG_CONNECTION_STRING') {
value: "********",
},
Expand All @@ -448,13 +400,7 @@ orgs.newOrg('eclipse-edc') {
secrets: [
orgs.newRepoSecret('DISCORD_WEBHOOK_GITHUB') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EF_JENKINS_USER') {
value: "********",
},
}
],
},
orgs.newRepo('Technology-HuaweiCloud') {
Expand Down

0 comments on commit 17583ce

Please sign in to comment.