Commit f2c886dc authored by S M Y's avatar S M Y
Browse files

Archieve artifact changes in jenkins pipeline

parent 53e3d767
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -16,6 +16,7 @@ node() {
values.put('ansibleExtraArgs', ansibleExtraArgs)
ansible_playbook_run(values)
archiveArtifacts 'metadata.json'
archiveArtifacts '*.zip'
currentBuild.description = "Image: ${values.image_tag}, Private: ${params.private_branch}, Public: ${params.branch_or_tag}"
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment