Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 16, 2023
1 parent e053c15 commit 5c402be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/jenkins/project/Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jenkinsci.plugins.workflow.libs.Library

// Deploy jobs
DROOLS_DEPLOY = 'drools.build-and-deploy'
KIE_JPMM_INTEGRATION_DEPLOY = 'kie-jpmml-integration.build-and-deploy'
KIE_JPMML_INTEGRATION_DEPLOY = 'kie-jpmml-integration.build-and-deploy'

// Map of executed jobs
// See https://javadoc.jenkins.io/plugin/workflow-support/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.html
Expand Down Expand Up @@ -67,12 +67,12 @@ pipeline {
addSkipTestsParam(buildParams)
addSkipIntegrationTestsParam(buildParams)

buildJob(KIE_JPMM_INTEGRATION_DEPLOY, buildParams)
buildJob(KIE_JPMML_INTEGRATION_DEPLOY, buildParams)
}
}
post {
failure {
addFailedStage(KIE_JPMM_INTEGRATION_DEPLOY)
addFailedStage(KIE_JPMML_INTEGRATION_DEPLOY)
}
}
}
Expand Down

0 comments on commit 5c402be

Please sign in to comment.