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-pipelines.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new 3ce582ba Update weekly job schedule time
3ce582ba is described below
commit 3ce582baac6c068e03cd6ab412697052744dd0ce
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Mon Jan 22 08:36:35 2024 -0300
Update weekly job schedule time
---
.ci/jenkins/Jenkinsfile.weekly | 17 -----------------
.ci/jenkins/dsl/jobs.groovy | 2 +-
2 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly b/.ci/jenkins/Jenkinsfile.weekly
index f68079fe..4f62d1be 100644
--- a/.ci/jenkins/Jenkinsfile.weekly
+++ b/.ci/jenkins/Jenkinsfile.weekly
@@ -3,7 +3,6 @@ import org.jenkinsci.plugins.workflow.libs.Library
@Library('jenkins-pipeline-shared-libraries')_
// Deploy jobs
-DROOLS_DEPLOY =
'KIE/test/kie-issues_821_drools/kie-issues_821/other/drools.weekly-deploy'
RUNTIMES_DEPLOY = 'kogito-runtimes.weekly-deploy'
APPS_DEPLOY = 'kogito-apps.weekly-deploy'
@@ -50,22 +49,6 @@ pipeline {
}
}
- stage('Build & Deploy Drools') {
- steps {
- script {
- def buildParams = getDefaultBuildParams()
- addSkipTestsParam(buildParams)
- addSkipIntegrationTestsParam(buildParams)
- buildJob(DROOLS_DEPLOY, buildParams)
- }
- }
- post {
- failure {
- addFailedStage(DROOLS_DEPLOY)
- }
- }
- }
-
stage('Build & Deploy Kogito Runtimes') {
steps {
script {
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 9b97e677..73e59e1a 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -176,7 +176,7 @@ void setupNightlyJob() {
void setupWeeklyJob() {
def jobParams = JobParamsUtils.getBasicJobParams(this, '0-kogito-weekly',
JobType.OTHER, "${jenkins_path}/Jenkinsfile.weekly", 'Kogito Weekly')
- jobParams.triggers = [cron : '0 4 * * 0']
+ jobParams.triggers = [cron : '0 5 * * 0']
jobParams.env.putAll([
JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]