-
Bug
-
Resolution: Fixed
-
Critical
abayer's JENKINS-29711 allowed a parameter name to be omitted where there was a single parameter taking a nested structure and there were no other parameters. withDockerRegistry took advantage of this to allow the registry: to be elided. After JENKINS-38018 introduced an (optional) toolName parameter, this syntax stopped working; DSL silently omitted the registry parameter—and silently ignored the url and/or credentialsId parameters! Worse, Snippetizer offers the broken syntax when toolName is unset.
- blocks
-
JENKINS-38018 withDockerRegistry fails to authenticate with DockerHub
-
- Resolved
-
- is duplicated by
-
JENKINS-51411 Docker Pipeline Plugin: NPE Regression in 1.16
-
- Resolved
-
- relates to
-
JENKINS-51405 Snippetizer & DSL disagree on behavior of step w/ mandatory struct param + opt param
-
- Open
-
-
JENKINS-44892 Ability to override reflective metadata in DescribableModel
-
- Resolved
-
-
JENKINS-51403 Allow simplified Pipeline surface syntax
-
- Open
-
- links to
- mentioned in
-
Page Loading...
Code changed in jenkins
User: Jesse Glick
Path:
pom.xml
src/test/java/org/jenkinsci/plugins/docker/workflow/RegistryEndpointStepTest.java
http://jenkins-ci.org/commit/docker-workflow-plugin/732e1bbf514a65893ebb381850884385e69b9ae1
Log:
JENKINS-51395At least reproduced problem in test.