-
Bug
-
Resolution: Fixed
-
Low
-
6.9.0
-
1
-
Severity 3 - Minor
-
Issue Summary
Docker task configured by UI incorrectly exported to Java Specs
- misses detach container flag and adds linkToDetachedContainers when it was not configured at UI
- incorrect Docker Pull Registry option when Custom registry is selected
Steps to Reproduce
- Create Docker run task
- Check Detach checkbox and provide container name
- Create another Docker pull task
- Select the option "Custom registry" and provide the repository
- Export plan to Java Specs
Expected Results
new DockerRunContainerTask() .containerName("CONTAINER_NAME") .detachContainer(true) ... new DockerPullImageTask() . customRegistryImage("registry.address:port/namespace/repository:tag")
Actual Results
new DockerRunContainerTask() .containerName("CONTAINER_NAME") .linkToDetachedContainers(true) ... new DockerPullImageTask() . dockerHubImage("registry.address:port/namespace/repository:tag")
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
[BAM-20561] Incorrect export of Docker task to Java Specs
Resolution | New: Fixed [ 1 ] | |
Status | Original: Waiting for Release [ 12075 ] | New: Closed [ 6 ] |
Fix Version/s | New: 7.0.0 [ 89610 ] |
Status | Original: In Progress [ 3 ] | New: Waiting for Release [ 12075 ] |
Status | Original: Long Term Backlog [ 12073 ] | New: In Progress [ 3 ] |
Assignee | New: Alexey Chystoprudov [ achystoprudov ] |
Support reference count | New: 1 |
Description |
Original:
h3. Issue Summary
Docker task configured by UI incorrectly exported to Java Specs, misses detach container flag and adds linkToDetachedContainers when it was not configured at UI h3. Steps to Reproduce # Create Docker run task # Check Detach checkbox and provide container name # Export plan to Java Specs h3. Expected Results {code} new DockerRunContainerTask() .containerName("CONTAINER_NAME") .detachContainer(true) {code} h3. Actual Results {code} new DockerRunContainerTask() .containerName("CONTAINER_NAME") .linkToDetachedContainers(true) {code} h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |
New:
h3. Issue Summary
Docker task configured by UI incorrectly exported to Java Specs # misses detach container flag and adds linkToDetachedContainers when it was not configured at UI # incorrect Docker Pull Registry option when Custom registry is selected h3. Steps to Reproduce # Create Docker run task # Check Detach checkbox and provide container name # Create another Docker pull task # Select the option "Custom registry" and provide the repository # Export plan to Java Specs h3. Expected Results {code} new DockerRunContainerTask() .containerName("CONTAINER_NAME") .detachContainer(true) ... new DockerPullImageTask() . customRegistryImage("registry.address:port/namespace/repository:tag") {code} h3. Actual Results {code} new DockerRunContainerTask() .containerName("CONTAINER_NAME") .linkToDetachedContainers(true) ... new DockerPullImageTask() . dockerHubImage("registry.address:port/namespace/repository:tag") {code} h3. Workaround Currently there is no known workaround for this behavior. A workaround will be added here when available |
Status | Original: Gathering Impact [ 12072 ] | New: Long Term Backlog [ 12073 ] |
Status | Original: Needs Triage [ 10030 ] | New: Gathering Impact [ 12072 ] |
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 3327763 ] | New: JAC Bug Workflow v3 [ 3386213 ] |
Status | Original: Open [ 1 ] | New: Needs Triage [ 10030 ] |