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

Add support for DockerImage/alwaysPull #432

Closed
dblock opened this issue Nov 18, 2021 · 0 comments · Fixed by #437
Closed

Add support for DockerImage/alwaysPull #432

dblock opened this issue Nov 18, 2021 · 0 comments · Fixed by #437

Comments

@dblock
Copy link
Member

dblock commented Nov 18, 2021

Feature Request

Add support for alwaysPull.

https://github.com/jenkinsci/docker-workflow-plugin/blob/b174d46226ef1095903f2e789355a3b216b46dda/src/main/java/org/jenkinsci/plugins/docker/workflow/declarative/DockerPipeline.java

            agent {
                docker {
                    label ...
                    image ...
                    alwaysPull true/false
                }
            }
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 a pull request may close this issue.

1 participant