We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab265b5 commit 28b2158Copy full SHA for 28b2158
Dockerfile
@@ -0,0 +1,15 @@
1
+FROM jonico/jenkinsfile-runner-github-action
2
+
3
+LABEL "com.github.actions.name"="Jenkinsfile Runner Prepackaged"
4
+LABEL "com.github.actions.description"="Runs Jenkinsfile in a pre-packaged single-shot master"
5
+LABEL "com.github.actions.icon"="battery"
6
+LABEL "com.github.actions.color"="blue"
7
8
+LABEL "repository"="http://github.com/jonico/jenkinsfilerunner-github-actions"
9
+LABEL "homepage"="http://github.com/actions"
10
+LABEL "maintainer"="Johannes Nicolai <jonico@github.com>"
11
12
+ENTRYPOINT ["/app/bin/jenkinsfile-runner", \
13
+ "-w", "/app/jenkins",\
14
+ "-p", "/usr/share/jenkins/ref/plugins",\
15
+ "-f", "/github/workspace"]
0 commit comments