Skip to content

Commit

Permalink
Replace symlink with copy
Browse files Browse the repository at this point in the history
GitHub Actions Marketplace does not seem to support symlinks yet
  • Loading branch information
jonico committed Feb 20, 2019
1 parent ab265b5 commit 28b2158
Showing 1 changed file with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile

This file was deleted.

15 changes: 15 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM jonico/jenkinsfile-runner-github-action

LABEL "com.github.actions.name"="Jenkinsfile Runner Prepackaged"
LABEL "com.github.actions.description"="Runs Jenkinsfile in a pre-packaged single-shot master"
LABEL "com.github.actions.icon"="battery"
LABEL "com.github.actions.color"="blue"

LABEL "repository"="http://github.com/jonico/jenkinsfilerunner-github-actions"
LABEL "homepage"="http://github.com/actions"
LABEL "maintainer"="Johannes Nicolai <jonico@github.com>"

ENTRYPOINT ["/app/bin/jenkinsfile-runner", \
"-w", "/app/jenkins",\
"-p", "/usr/share/jenkins/ref/plugins",\
"-f", "/github/workspace"]

0 comments on commit 28b2158

Please sign in to comment.