Use this action to promote (move or copy) a Docker image from JFrog Artifactory. This action also reports artifact related data to the workflow run for artifact traceability purposes.
All CloudBees action repositories are listed at CloudBees, Inc. on GitHub. |
Inputs
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The JFrog Artifactory server URL. |
|
String |
Required only if |
The JFrog Artifactory token. |
|
String |
Required only if |
The JFrog Artifactory username. |
|
String |
Required only if |
The JFrog Artifactory password. |
|
String |
Yes |
The JFrog Artifactory source repository name. |
|
String |
Required only if the |
The JFrog Artifactory target repository name. |
|
String |
Yes |
The JFrog Artifactory source image name. |
|
String |
Required only if the |
The JFrog Artifactory target image name. |
|
String |
Yes |
The JFrog Artifactory source tag. |
|
String |
Required only if the |
The JFrog Artifactory target tag. |
|
String |
No |
Specifies whether to move or copy the image.
Default ('') specifies moving the image, and |