-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add automotive.bluechi project
Signed-off-by: sebastien.heurtematte <[email protected]>
- Loading branch information
1 parent
c78e621
commit 7c881c5
Showing
22 changed files
with
2,855 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
project+: { | ||
fullName: "automotive.bluechi", | ||
displayName: "Eclipse BlueChi™", | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
local jiro = import '../../templates/jiro.libsonnet'; | ||
|
||
jiro+ { | ||
"config.json"+: import "config.jsonnet", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM docker.io/eclipsecbi/jiro-master:2.452.1 | ||
|
||
EXPOSE 8080 | ||
EXPOSE 50000 | ||
|
||
COPY jenkins/ref/plugins /usr/share/jenkins/ref/plugins | ||
|
||
RUN mkdir -p /usr/share/jenkins/ref/userContent/theme/ | ||
COPY jenkins/quicksilver.css.override /usr/share/jenkins/ref/userContent/theme/ | ||
COPY jenkins/title.js /usr/share/jenkins/ref/userContent/theme/ | ||
|
||
USER 10001 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.