Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-33482

Git scm option "Create tag for each build" is activated by default for oneliner syntax

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • job-dsl-plugin
    • None
    • jenkins 1.596.3 LTS
      job-dsl plugin 1.39
      git plugin 2.4.0

      scm {
      	git {
      		remote {
      			url ('ssh://blabla')
      		}
      	}
      }
      

      set by defaut option "Create Tags for each build" to false (<skipTag>true</skipTag> in the build.xml)

      scm {
      	git ('ssh://blabla')
      }
      

      Activates the option by default (<skipTag>false</skipTag> in the build.xml)

      Unless specified, i think the option shall be deactivated by default for all syntaxes.

            daspilker Daniel Spilker
            geoffroyjabouley Geoffroy Jabouley
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: