This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_821
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new 46f42d5988 Fix job type
46f42d5988 is described below
commit 46f42d5988a2463f74614a2fb64a2e775d1e0f97
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Jan 18 14:43:50 2024 -0300
Fix job type
---
.ci/jenkins/dsl/jobs.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 569507bd79..5bdec3d40b 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -242,7 +242,7 @@ void setupReleasePromoteJob() {
void setupWeeklyDeployJob() {
- def jobParams = JobParamsUtils.getBasicJobParams(this,
'kogito-runtimes.weekly-deploy', JobType.RELEASE,
"${jenkins_path}/Jenkinsfile.weekly.deploy", 'Kogito Runtimes Weekly Deploy')
+ def jobParams = JobParamsUtils.getBasicJobParams(this,
'kogito-runtimes.weekly-deploy', JobType.OTHER,
"${jenkins_path}/Jenkinsfile.weekly.deploy", 'Kogito Runtimes Weekly Deploy')
JobParamsUtils.setupJobParamsAgentDockerBuilderImageConfiguration(this,
jobParams)
jobParams.env.putAll([
JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]