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

Handling context and docker files separately #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mattrochon
Copy link

I noticed that in prepareDockerImage() that it would assume that there was Dockerfile int he context root, even if I had specified a custom location for the Dockerfile.

Also I was unable to runt he unit tests without adding that dependency to the pom. Looks like the jenkins-ci artifact brings in jetty but not jetty-util which was needed for the test scaffolding.

…ckerfile path. Add missing dependency for unit tests to run
@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@ndeloof
Copy link
Contributor

ndeloof commented Aug 28, 2015

Changes proposed on DockerfileImageSelector looks good, but those introducing runAttached seems unrelated and not justified. Please isolate your change in separate PR (would be nice to also track the initial issue in Jira so the way to get it fixed can be logged)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants