Skip to content

Commit

Permalink
[Releng] Force qualifier to start with z
Browse files Browse the repository at this point in the history
Fixes #434
  • Loading branch information
mickaelistria committed May 29, 2024
1 parent dfbb0e6 commit 175d9be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ pipeline {
unset JAVA_TOOL_OPTIONS
unset _JAVA_OPTIONS
mvn install -DskipTests -Djava.io.tmpdir=$WORKSPACE/tmp
# force qualifier to start with `z` so we identify it more easily and it always seem more recent than upstrea
mvn install -DskipTests -Djava.io.tmpdir=$WORKSPACE/tmp -Dtycho.buildqualifier.format="'z'yyyyMMdd-HHmm"
mvn verify --batch-mode -f org.eclipse.jdt.core.tests.javac \
--fail-at-end -Ptest-on-javase-22 -Pbree-libs \
Expand Down

0 comments on commit 175d9be

Please sign in to comment.