0

I am using the Jenkins Docker Plugin.

I am supposed to see the Tag-on-completion checkbox with so that the images will be retained in docker.

Reference: https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin

However in my Jenkins, do not see the Tag-on-completion checkbox.

Sadegh
  • 865
  • 1
  • 23
  • 47
Exploring
  • 2,493
  • 11
  • 56
  • 97

1 Answers1

0

The wiki document is outdated, the Tag-on-compete checkbox is moved into job.

The checkbox name is now called

Commit on successful build [x]
Clean local images []

See source code config.jelly

Larry Cai
  • 55,923
  • 34
  • 110
  • 156