This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch quarkus-3.2LTS
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/quarkus-3.2LTS by this push:
new 61be6d3841 CI - limit generated jobs
61be6d3841 is described below
commit 61be6d3841f2d9d6970bf3c95ff48fd8b78cfe04
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Nov 30 15:34:28 2023 +0100
CI - limit generated jobs
---
.ci/jenkins/config/branch.yaml | 17 +++++++++++++++++
.ci/jenkins/dsl/jobs.groovy | 10 +++++-----
2 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index 42c992403d..560d15105c 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -1,3 +1,20 @@
+generation_config:
+ missing_environment: ignore
+
+job_types:
+ setup-branch:
+ disabled: true
+ nightly:
+ disabled: false
+ other:
+ disabled: true
+ pullrequest:
+ disabled: true
+ release:
+ disabled: true
+ tools:
+ disabled: true
+
environments:
default:
env_vars:
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 94849fc8df..b36c69c13a 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -206,11 +206,11 @@ Closure setupSonarProjectKeyEnv = { Closure paramsGetter
->
Closure nightlyJobParamsGetter = isMainStream() ?
JobParamsUtils.DEFAULT_PARAMS_GETTER : setup3AMCronTriggerJobParamsGetter
KogitoJobUtils.createNightlyBuildChainBuildAndDeployJobForCurrentRepo(this,
'', true)
setupSpecificBuildChainNightlyJob('native', nightlyJobParamsGetter)
-// setupSpecificBuildChainNightlyJob('sonarcloud',
setupSonarProjectKeyEnv(nightlyJobParamsGetter))
-// setupQuarkusIntegrationJob('quarkus-main', nightlyJobParamsGetter)
-// setupQuarkusIntegrationJob('quarkus-branch', nightlyJobParamsGetter)
-// setupQuarkusIntegrationJob('quarkus-lts', nightlyJobParamsGetter)
-// setupQuarkusIntegrationJob('native-lts', nightlyJobParamsGetter)
+setupSpecificBuildChainNightlyJob('sonarcloud',
setupSonarProjectKeyEnv(nightlyJobParamsGetter))
+setupQuarkusIntegrationJob('quarkus-main', nightlyJobParamsGetter)
+setupQuarkusIntegrationJob('quarkus-branch', nightlyJobParamsGetter)
+setupQuarkusIntegrationJob('quarkus-lts', nightlyJobParamsGetter)
+setupQuarkusIntegrationJob('native-lts', nightlyJobParamsGetter)
// Quarkus 3 nightly is exported to Kogito pipelines for easier integration
// Release jobs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]