properties API alternatives

18 views
Skip to first unread message

Ciro Finizio

unread,
Sep 19, 2019, 8:20:38 AM9/19/19
to go-cd
Hi Everyone,

with the latest release () the properties API has been removed.

I used properties to pass the docker image tag name of the builded image trought Piepelines.

Can i have more informations about the alternatives way that i can do it?

Thank you in regard.

Varsha Varadarajan

unread,
Sep 19, 2019, 11:37:14 AM9/19/19
to go-cd
Hello,

There is a docker artifact plugin to upload the built image to a registry and to fetch the image and its details in downstream pipelines: https://github.com/gocd/docker-registry-artifact-plugin

If you don't want to use the plugin, then upload the details of the built image as an artifact itself. Then, you can fetch this file and parse the image details in the downstream pipeline.

Thanks,
Varsha 
Reply all
Reply to author
Forward
0 new messages