[jbosstools-issues] [JBoss JIRA] (JBIDE-22757) jenkins jobs no longer using BUILD_ID = a timestamp (Jenkins bug)

Nick Boldt (JIRA) issues at jboss.org
Mon Jul 18 16:42:00 EDT 2016


Nick Boldt created JBIDE-22757:
----------------------------------

             Summary: jenkins jobs no longer using BUILD_ID = a timestamp (Jenkins bug)
                 Key: JBIDE-22757
                 URL: https://issues.jboss.org/browse/JBIDE-22757
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: build
    Affects Versions: 4.4.1.AM2
            Reporter: Nick Boldt


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

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

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

Workaround until fixed in Jenkins:

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

Or, try using BUILD_TIMESTAMP instead?




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list