Skip to content

Commit

Permalink
Added check to catch invalid version references etc.
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <[email protected]>
  • Loading branch information
dmatej committed May 15, 2024
1 parent ec571f7 commit d479e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ spec:
container('maven') {
dumpSysInfo()
sh '''
# validate all modules (catching ie. wrong versions)
mvn validate -Ptck,staging -T4C
# Until we fix ANTLR in cmp-support-sqlstore, broken in parallel builds. Just -Pfast after the fix.
mvn -B -e clean install -Pfastest,staging -T4C
./gfbuild.sh archive_bundles
Expand Down

0 comments on commit d479e66

Please sign in to comment.