Skip to content

Commit

Permalink
Apache release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Aug 30, 2024
1 parent 357c7e6 commit 8bcab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
steps {
script {
def buildParams = getDefaultBuildParams()
addStringParam(buildParams, 'KOGITO_VERSION', getKogitoVersion().toLowerCase())
addStringParam(buildParams, 'KOGITO_VERSION', getKogitoVersion())
addStringParam(buildParams, 'KOGITO_ARTIFACTS_VERSION', getKogitoVersion())
buildJob('kogito-images', buildParams)
}
Expand Down

0 comments on commit 8bcab2b

Please sign in to comment.