Skip to content

Commit

Permalink
Dont run tests during maven package
Browse files Browse the repository at this point in the history
  • Loading branch information
shayaantx committed Jan 18, 2020
1 parent 9d53a61 commit fe36bc7
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 @@ -64,7 +64,7 @@ node {

stage("Package") {
fileOperations([fileCreateOperation(fileContent: "version=${tag}", fileName: './src/main/resources/version.txt')]);
sh './mvnw --no-transfer-progress package'
sh './mvnw --no-transfer-progress package -DskipTests'
}

stage("Archive") {
Expand Down

0 comments on commit fe36bc7

Please sign in to comment.