Skip to content

Commit

Permalink
[incubator-kie-issues-1729] kogito-runtimes weekly job failure (#6209)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas authored Dec 24, 2024
1 parent a0a9488 commit decb201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void setupProjectNightlyJob() {

void setupProjectWeeklyJob() {
def jobParams = JobParamsUtils.getBasicJobParams(this, '0-weekly', JobType.OTHER, "${jenkins_path_project}/Jenkinsfile.weekly", 'Drools Weekly')
jobParams.triggers = [cron : '0 3 * * 0']
jobParams.triggers = [cron : '0 2 * * 0']
jobParams.env.putAll([
JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",

Expand Down

0 comments on commit decb201

Please sign in to comment.