Skip to content

Commit

Permalink
Jenkinsfile.deploy file, let's skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd authored Sep 11, 2023
1 parent 04a7979 commit 689a363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pipeline {
}
}
steps {
sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean deploy"
sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -DskipTests clean deploy"
}
}

Expand Down

0 comments on commit 689a363

Please sign in to comment.