Skip to content

Commit

Permalink
Promote Release: Fix setup data-index image tag (#2905) (#2906)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Radisson <[email protected]>
  • Loading branch information
github-actions[bot] and radtriste authored Mar 28, 2023
1 parent 5c26203 commit 218199f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/jenkins/Jenkinsfile.promote
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ pipeline {

maven.mvnVersionsSet(getMavenCommand(), getSnapshotVersion(), true)
maven.mvnSetVersionProperty(getMavenCommand(), 'version.org.kie', getDroolsSnapshotVersion())

// Need artifacts available locally
getMavenCommand().withProperty('quickly').run('clean install')
maven.mvnSetVersionProperty(getMavenCommand(getWorkflowCommonDeploymentRelativePath()), "data-index-ephemeral.image", "${getCurrentNightlyImage()}" )
maven.mvnSetVersionProperty(getMavenCommand(getIntegrationTestHotReloadRelativePath()), "data-index-ephemeral.image.test", "use-default-image" )

Expand Down

0 comments on commit 218199f

Please sign in to comment.