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

When tagging a cvs project, the cvstag command does not go down to the second

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • cvs-tag-plugin
    • None

      If you check a file into cvs and then force a build on Hudson within the same minute, the latest file will not get the cvs tag. This can be solved by changing the CgsTagPlugin class.
      Change
      String date = new SimpleDateFormat("yyyy-MM-dd HH:mm").format(build.getTimestamp().getTime());
      to
      String date = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(build.getTimestamp().getTime());

            btrim btrim
            burghduffkc burghduffkc
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: