Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add buildship instance #426

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions instances/tools.buildship/config.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
project+: {
fullName: "tools.buildship",
displayName: "Eclipse Buildship",
},
jenkins+: {
plugins+: [
"envinject",
"gradle",
],
},
seLinuxLevel: "s0:c64,c39",
}
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
Loading