Updating Artifactory artifact property field from Jenkins Build
15 views
Skip to first unread message
Stanley Fong
unread,
Oct 22, 2015, 5:23:04 PM10/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
I have a Jenkins maven project and pushes the artifacts to Artifactory after it passes the unit tests. I would like to start a downstream job to run some basic acceptance tests and then update the artifact property file in Artifactory with Ready for QA=True. The question is how to get the Artifactory URL for the artifact from the upstream job to pass to CURL command to update the property "Ready for QA"?