Skip to content

Commit

Permalink
Merge pull request #6944 from astoica1/FISH-9332-update-cargotracker
Browse files Browse the repository at this point in the history
FISH-9332: use a new branch for Cargotracker
  • Loading branch information
astoica1 authored Sep 12, 2024
2 parents 0bd7953 + 92a5a94 commit accb88d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ pipeline {
sh "rm -rf /tmp/cargo*"

echo '*#*#*#*#*#*#*#*#*#*#*#*# Running test *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#'
sh """mvn -B -V -ff -e clean install --strict-checksums -Dsurefire.useFile=false \
-Djavax.net.ssl.trustStore=${env.JAVA_HOME}/lib/security/cacerts \
-Djavax.xml.accessExternalSchema=all -Dpayara.version=${pom.version} \
-Ppayara-server-remote -DtrimStackTrace=false"""
sh """mvn -B -V -ff -e clean verify --strict-checksums -Dsurefire.useFile=false \
-Djavax.net.ssl.trustStore=${env.JAVA_HOME}/lib/security/cacerts \
-Djavax.xml.accessExternalSchema=all \
-Ppayara-server-remote -DtrimStackTrace=false"""
echo '*#*#*#*#*#*#*#*#*#*#*#*# Ran test *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#'
}
post {
Expand Down

0 comments on commit accb88d

Please sign in to comment.