Skip to content

Commit

Permalink
feat: add buildship instance
Browse files Browse the repository at this point in the history
  • Loading branch information
heurtematte committed Jan 13, 2025
1 parent 27defdf commit bf46ed7
Show file tree
Hide file tree
Showing 22 changed files with 2,631 additions and 0 deletions.
6 changes: 6 additions & 0 deletions instances/tools.buildship/config.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
project+: {
fullName: "tools.buildship",
displayName: "Eclipse Buildship",
}
}
5 changes: 5 additions & 0 deletions instances/tools.buildship/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/tools.buildship/target/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM docker.io/eclipsecbi/jiro-master:2.479.2

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

644 changes: 644 additions & 0 deletions instances/tools.buildship/target/config.json

Large diffs are not rendered by default.

Loading

0 comments on commit bf46ed7

Please sign in to comment.