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

Make delay between delete and tag for source repository is synced between several instances

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • svn-tag-plugin
    • Jenkins 1.601; Subversion Plugin 2.4.5; Subversion Tagging Plugin 1.17

      We need to make wait before creating the tag and after delete old tag.
      It is required for case when source repository is synced between several instances and access to it is determined by geographical location, like the SVN repository at the Apache Software Foundation.

      Note: the similar problem had maven-release-plugin. Their solution is new parameter waitBeforeTagging -> http://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#waitBeforeTagging

          [JENKINS-28047] Make delay between delete and tag for source repository is synced between several instances

          The PR related.

          Manuel Recena Soto added a comment - The PR related.

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/hudson/plugins/svn_tag/SvnTagPlugin.java
          src/main/java/hudson/plugins/svn_tag/SvnTagPublisher.java
          src/main/resources/hudson/plugins/svn_tag/Messages.properties
          src/main/resources/hudson/plugins/svn_tag/SvnTagPublisher/config.jelly
          src/main/resources/hudson/plugins/svn_tag/SvnTagPublisher/global.jelly
          src/main/resources/hudson/plugins/svn_tag/SvnTagPublisher/help-waitBeforeTagging.html
          http://jenkins-ci.org/commit/svn-tag-plugin/fb68b7317d4e629172e82c73f2b14168d481218d
          Log:
          Merge pull request #8 from frendos/master

          JENKINS-28047 Added waitBeforeTagging configuration parameter

          Compare: https://github.com/jenkinsci/svn-tag-plugin/compare/d80282157e53...fb68b7317d4e

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/hudson/plugins/svn_tag/SvnTagPlugin.java src/main/java/hudson/plugins/svn_tag/SvnTagPublisher.java src/main/resources/hudson/plugins/svn_tag/Messages.properties src/main/resources/hudson/plugins/svn_tag/SvnTagPublisher/config.jelly src/main/resources/hudson/plugins/svn_tag/SvnTagPublisher/global.jelly src/main/resources/hudson/plugins/svn_tag/SvnTagPublisher/help-waitBeforeTagging.html http://jenkins-ci.org/commit/svn-tag-plugin/fb68b7317d4e629172e82c73f2b14168d481218d Log: Merge pull request #8 from frendos/master JENKINS-28047 Added waitBeforeTagging configuration parameter Compare: https://github.com/jenkinsci/svn-tag-plugin/compare/d80282157e53...fb68b7317d4e

          The PR has been merged.

          Manuel Recena Soto added a comment - The PR has been merged.

            frendos Aleksey Zvolinsky
            frendos Aleksey Zvolinsky
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: