Skip to content

Commit

Permalink
small update to ninja/jenkins pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 6, 2023
1 parent 2eb910a commit f524065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/jenkins/midpoint-quick-pipeline-ninja
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ podTemplate(
mvn --version
fi

mvn -B -ntp -U -Dmaven.test.failure.ignore clean install -P -dist -DintegrationTestSuite=fast -pl :ninja
mvn -B -ntp -U clean install -DskipTests -P -docs,-dist -am -pl :ninja

mvn -B -ntp -U -Dmaven.test.failure.ignore clean install -P -docs,-dist -DintegrationTestSuite=fast -pl :ninja

if [ "${verbose}" -ge 1 ]
then
Expand Down

0 comments on commit f524065

Please sign in to comment.