Skip to content

Commit

Permalink
updated skipTests
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Jul 31, 2023
1 parent 51d6b56 commit e5a3c6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ pipeline {
.withProperty('maven.test.failure.ignore', true)
.skipTests(params.SKIP_TESTS)

if (params.SKIP_TESTS) {
mvnCmd.skipTests() // Conflict somehow with Python testing. If `skipTests={anyvalue}` is set, then exec plugin is not executed ...
}
if (isRelease()) {
// Use nightly image for testing as the released one does not exist yet ...
mvnCmd.withProperty('data-index-ephemeral.image', getDataIndexEphemeralNightlyImage())
Expand Down

0 comments on commit e5a3c6f

Please sign in to comment.