Skip to content

Commit

Permalink
Revert #3145 correct deploy pipeline (#3164)
Browse files Browse the repository at this point in the history
* Revert "Correct deploy pipeline (#3145)"

This reverts commit 9a18a58.

* Update Jenkinsfile.deploy

* Update Jenkinsfile.deploy

* Update Jenkinsfile.deploy
  • Loading branch information
radtriste authored Aug 7, 2023
1 parent d838ba2 commit 7d37332
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ pipeline {
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())
}
util.runWithPythonVirtualEnv(mvnCmd.getFullRunCommand('clean install'), 'swf')
}
}
Expand Down Expand Up @@ -331,10 +327,6 @@ String getWorkflowCommonDeploymentPath() {
return "${getRepoName()}/quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment"
}

String getDataIndexEphemeralNightlyImage() {
return "quay.io/kiegroup/kogito-data-index-ephemeral-nightly:${util.getMajorMinorVersion(getProjectVersion())}"
}

String getDataIndexEphemeralReleaseImage() {
return "quay.io/kiegroup/kogito-data-index-ephemeral:${util.getMajorMinorVersion(getProjectVersion())}"
}

0 comments on commit 7d37332

Please sign in to comment.