Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Below are modifications within the Fork to work with Jenkins Pipeline. Forked fr
This repo can be used directly with Jenkins pipeline without issues caused by:

1. Entrypoint cannot be over written with --entrypoint argument in jenkinfile - https://issues.jenkins-ci.org/browse/JENKINS-51307 and https://issues.jenkins-ci.org/browse/JENKINS-51307.
2. cat command is always run during the docker run which leads to "/bin/sh: can't open 'cat': No such file or directory" in the original docker image by wpscanteam - https://github.com/jenkinsci/docker-workflow-plugin/pull/116 and https://issues.jenkins-ci.org/browse/JENKINS-49278
2. cat command is always run during the docker run which leads to `/bin/sh: can't open 'cat': No such file or directory` in the original docker image by wpscanteam - https://github.com/jenkinsci/docker-workflow-plugin/pull/116 and https://issues.jenkins-ci.org/browse/JENKINS-49278

These are Jenkins specific issue with this docker image and would not be something wpscanteam would specifically address. Hence, I created the above solution.

Expand Down