Skip to content

Commit

Permalink
Rename foundation-internal.simrel to technology.simrel
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Jan 3, 2024
1 parent 06f69c9 commit 0526ff2
Show file tree
Hide file tree
Showing 29 changed files with 44 additions and 337 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
project+: {
fullName: "foundation-internal.simrel",
fullName: "technology.simrel",
displayName: "Eclipse SimRel",
unixGroupName: "technology.simrel",
},
jenkins+: {
plugins+: [
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
"docker": {
"master": {
"dockerfile": "FROM docker.io/eclipsecbi/jiro-master:2.426.1\n\nEXPOSE 8080\nEXPOSE 50000\n\nCOPY jenkins/ref/plugins /usr/share/jenkins/ref/plugins\n\nRUN mkdir -p /usr/share/jenkins/ref/userContent/theme/\nCOPY jenkins/quicksilver.css.override /usr/share/jenkins/ref/userContent/theme/\nCOPY jenkins/title.js /usr/share/jenkins/ref/userContent/theme/\n\nUSER 10001\n",
"image": "foundation-internal.simrel",
"image": "technology.simrel",
"registry": "docker.io",
"repository": "eclipsecbijenkins",
"tag": "2.426.1"
Expand Down Expand Up @@ -627,7 +627,7 @@
"files": {
"settings-security.xml": {
"master": {
"pass": "bots/foundation-internal.simrel/apache-maven-security-settings"
"pass": "bots/technology.simrel/apache-maven-security-settings"
}
},
"settings.xml": {
Expand All @@ -642,16 +642,16 @@
"servers": {
"gpg.passphrase": {
"passphrase": {
"pass": "bots/foundation-internal.simrel/gpg/passphrase"
"pass": "bots/technology.simrel/gpg/passphrase"
}
},
"ossrh": {
"nexusProUrl": "https://oss.sonatype.org",
"password": {
"pass": "bots/foundation-internal.simrel/oss.sonatype.org/password"
"pass": "bots/technology.simrel/oss.sonatype.org/password"
},
"username": {
"pass": "bots/foundation-internal.simrel/oss.sonatype.org/username"
"pass": "bots/technology.simrel/oss.sonatype.org/username"
}
},
"repo.eclipse.org": {
Expand All @@ -673,7 +673,7 @@
},
"project": {
"displayName": "Eclipse SimRel",
"fullName": "foundation-internal.simrel",
"fullName": "technology.simrel",
"resourcePacks": 1,
"shortName": "simrel",
"unixGroupName": "technology.simrel"
Expand Down
Loading

0 comments on commit 0526ff2

Please sign in to comment.