Skip to content

Commit

Permalink
feat: add automotive.bluechi project
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte committed Jul 26, 2024
1 parent c78e621 commit 7c881c5
Show file tree
Hide file tree
Showing 22 changed files with 2,855 additions and 0 deletions.
6 changes: 6 additions & 0 deletions instances/automotive.bluechi/config.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
project+: {
fullName: "automotive.bluechi",
displayName: "Eclipse BlueChi™",
}
}
5 changes: 5 additions & 0 deletions instances/automotive.bluechi/jiro.jsonnet
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",
}
13 changes: 13 additions & 0 deletions instances/automotive.bluechi/target/Dockerfile
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

731 changes: 731 additions & 0 deletions instances/automotive.bluechi/target/config.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7c881c5

Please sign in to comment.