Skip to content

Commit

Permalink
Reimport after adding support for variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-tractusx-bot committed Dec 4, 2023
1 parent b837a68 commit d59ef80
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,14 @@ orgs.newOrg('eclipse-tractusx') {
value: "pass:bots/automotive.tractusx/sonarcloud.io/token-policy-hub",
},
],
variables: [
orgs.newRepoVariable('SONAR_ORGANIZATION') {
value: "eclipse-tractusx",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY') {
value: "eclipse-tractusx_policy-hub",
},
],
},
orgs.newRepo('portal-assets') {
allow_merge_commit: true,
Expand Down Expand Up @@ -531,6 +539,14 @@ orgs.newOrg('eclipse-tractusx') {
value: "********",
},
],
variables: [
orgs.newRepoVariable('SONAR_ORGANIZATION') {
value: "\r\neclipse-tractusx",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY') {
value: "eclipse-tractusx_portal-backend",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('dev') {
dismisses_stale_reviews: true,
Expand Down Expand Up @@ -950,6 +966,17 @@ orgs.newOrg('eclipse-tractusx') {
value: "********",
},
],
variables: [
orgs.newRepoVariable('SONAR_ORGANIZATION') {
value: "eclipse-tractusx",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY_BACKEND') {
value: "eclipse-tractusx_traceability-foss-backend",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY_FRONTEND') {
value: "eclipse-tractusx_traceability-foss-frontend",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
Expand Down Expand Up @@ -982,6 +1009,14 @@ orgs.newOrg('eclipse-tractusx') {
value: "********",
},
],
variables: [
orgs.newRepoVariable('SONAR_ORGANIZATION') {
value: "eclipse-tractusx",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY') {
value: "eclipse-tractusx_traceability-foss-backend",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
Expand Down Expand Up @@ -1053,6 +1088,14 @@ orgs.newOrg('eclipse-tractusx') {
value: "********",
},
],
variables: [
orgs.newRepoVariable('SONAR_ORGANIZATION') {
value: "eclipse-tractusx",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY') {
value: "eclipse-tractusx_tractusx-edc",
},
],
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
Expand Down

0 comments on commit d59ef80

Please sign in to comment.