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've setup a docker slave using the Docker plugin. When the build runs it shows me the container id (114a23250a0c) :
------------ Started by user Building remotely on docker-114a23250a0c (docker-slave) in workspace /home/jenkins_slave/workspace/docker-test1 -------------
How do I get it to output the image id/tag/version? The container id disappears after the build is complete. I'd like to be able trace the build back to a specific image id.