[
https://issues.jboss.org/browse/JBIDE-22757?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-22757:
------------------------------------
Done:
* in jobs, find and replace: BUILD_ID=$\{BUILD_ID}, -DBUILD_ID=$\{BUILD_ID} and
$\{BUILD_ID}-B$\{BUILD_NUMBER} (including Reddeer jobs, cc: [~mmalina] )
* jbosstools-build-ci/publish/rsync.sh
* jbosstools-build-ci/publish/publish.sh (deprecated in favour of rsync.sh)
* jbosstools-build-ci/util/cleanup/jbosstools-cleanup.sh
* jbosstools-build-ci/publish/build-jbosstools-component.sh
* jbosstools-build-ci/buildchow/templates/*.yaml
* jbosstools-locus/site/pom.xml
* jbosstools-versionwatch/run.jenkins.job.sh
Updated list of things to still fix:
*
jbosstools-maven-plugins/tycho-plugins/repository-utils/src/main/java/org/jboss/tools/tycho/sitegenerator/GenerateRepositoryFacadeMojo.java
*
jbosstools-maven-plugins/tycho-plugins/repository-utils/src/main/java/org/jboss/tools/tycho/sitegenerator/CreateFullSiteMojo.java
And things for which PRs are needed:
* reddeer/site/pom.xml
* jbosstools-integration-stack/scripts/build.xml
* jbosstools-integration-stack/jbosstools/README.adoc
* jbosstools-integration-stack/*/*/*/pom.xml
* jbosstools-browsersim/products/browsersim-standalone/pom.xml
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
Assignee: Nick Boldt
Priority: Blocker
Fix For: 4.4.1.AM2
Attachments: buildID-broken.png
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:
!buildID-broken.png|thumbnail!
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)