Skip to content

Commit 28b2158

Browse files
committed
Replace symlink with copy
GitHub Actions Marketplace does not seem to support symlinks yet
1 parent ab265b5 commit 28b2158

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

Dockerfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)