Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ pipeline {
cleanWs()
}
}
}
}
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ String getReleaseGpgSignPassphraseCredsId() {

String getGitTagName() {
return params.GIT_TAG_NAME
}
}
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.promote
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ boolean isNotTestingBuild() {

boolean isMainStream() {
return env.DROOLS_STREAM == 'main'
}
}
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ boolean isMainBranch() {

boolean isMainStream() {
return env.DROOLS_STREAM == 'main'
}
}
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.weekly.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ String getProjectVersion(boolean keepSnapshotSuffix = true) {
return projectVersion.replace("-SNAPSHOT", "-${getProjectVersionDate()}-SNAPSHOT")
}
return projectVersion.replace("-SNAPSHOT", "-${getProjectVersionDate()}")
}
}
8 changes: 4 additions & 4 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ environments:
DROOLS_BUILD_MVN_OPTS: -Dfull
ADDITIONAL_TIMEOUT: 720
ids:
- native
- native
sonarcloud:
auto_generation: false
env_vars:
ENABLE_SONARCLOUD: true
DROOLS_BUILD_MVN_OPTS: -Dfull
ids:
- sonarcloud
- coverage
- sonarcloud
- coverage
repositories:
- name: incubator-kie-drools
job_display_name: drools
Expand Down Expand Up @@ -91,4 +91,4 @@ jenkins:
default_tools:
jdk: jdk_17_latest
maven: maven_3.9.6
sonar_jdk: jdk_17_latest
sonar_jdk: jdk_17_latest
42 changes: 32 additions & 10 deletions .ci/jenkins/config/main.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

ecosystem:
main_project: drools
projects:
- name: drools
regexs:
- drools.*
- incubator-kie-drools.*
- name: kie-benchmarks
ignore_release: true
regexs:
- kie-benchmarks.*
- incubator-kie-benchmarks.*
- name: drools
regexs:
- drools.*
- incubator-kie-drools.*
- name: kie-benchmarks
ignore_release: true
regexs:
- kie-benchmarks.*
- incubator-kie-benchmarks.*
git:
branches:
- name: main
Expand Down Expand Up @@ -40,5 +59,8 @@ jenkins:
agent:
docker:
builder:
# At some point, this image will need to be changed when a release branch is created
# but we need to make sure the image exists first ... simple tag before setting up the branch ?
# See https://github.com/kiegroup/kie-issues/issues/551
image: docker.io/apache/incubator-kie-kogito-ci-build:main-latest
args: --privileged --group-add docker
args: --privileged --group-add docker
Loading
Loading