Skip to content

Commit

Permalink
CI env for Jenkins
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Jun 29, 2021
1 parent 68323f1 commit 119cbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/travis/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mvn -version
if [ "$1" = "glassfish-copyright:check" ]; then
mvn -V $1 -Dcopyright.quiet=false
else
mvn -V -U -B clean install -Dsurefire.systemPropertiesFile=${WORKSPACE}/etc/jenkins/systemPropertiesFile $1 >> $BUILD_OUTPUT 2>&1
mvn -V -U -B -X -e clean install -Dsurefire.systemPropertiesFile=${WORKSPACE}/etc/jenkins/systemPropertiesFile $1 >> $BUILD_OUTPUT 2>&1
fi

# The build finished without returning an error so dump a tail of the output
Expand Down

0 comments on commit 119cbd3

Please sign in to comment.