Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-22757

jenkins jobs no longer using BUILD_ID = a timestamp (Jenkins bug)

XMLWordPrintable

    Due to an upstream bug in Jenkins [1], [2], BUILD_ID now = BUILD_NUMBER.

    [1] https://issues.jenkins-ci.org/browse/JENKINS-26520
    [2] https://issues.jenkins-ci.org/browse/JENKINS-26626

    So instead of timestamped build folders, we're seeing things like this:

    Workaround until fixed in Jenkins:

    BUILD_ID=`date -u +%Y-%m-%d_%H-%M-%S`

    Or, try using BUILD_TIMESTAMP instead?

          nickboldt Nick Boldt
          nickboldt Nick Boldt
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: