Skip to content

Commit

Permalink
explicit -Prcp-build in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 6, 2022
1 parent 3f4f87e commit 6236208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
sh """
metacity --sm-disable --replace 2> wm.err &
./mvnw -f releng/org.eclipse.emf.parsley.parent/pom.xml clean verify
./mvnw -f releng/org.eclipse.emf.parsley.parent/pom.xml clean verify -Prcp-build
"""
}
}
Expand Down

0 comments on commit 6236208

Please sign in to comment.