This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 4c3250a1 NO-ISSUE: remove incubator-kie-kogito-docs from pipelines
(#1227)
4c3250a1 is described below
commit 4c3250a14f00f291cea0e570efa9511fb5536d81
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Jul 17 15:35:23 2024 +0200
NO-ISSUE: remove incubator-kie-kogito-docs from pipelines (#1227)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/Jenkinsfile.setup-branch | 17 -----------------
.ci/jenkins/config/branch.yaml | 3 ---
2 files changed, 20 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch
b/.ci/jenkins/Jenkinsfile.setup-branch
index 97d7d54a..f5460c27 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -90,23 +90,6 @@ pipeline {
}
}
- stage('Init Docs') {
- when {
- expression { return isMainStream() }
- }
- steps {
- script {
- def buildParams = getDefaultBuildParams()
- buildJob('kogito-docs', buildParams)
- }
- }
- post {
- failure {
- addFailedStage('kogito-docs')
- }
- }
- }
-
// Launch the nightly to deploy all artifacts from the branch
stage('Launch the nightly') {
when {
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index a25ee87d..ad673c51 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -38,9 +38,6 @@ repositories:
- name: incubator-kie-kogito-images
job_display_name: kogito-images
branch: 10.0.x
-- name: incubator-kie-kogito-docs
- job_display_name: kogito-docs
- branch: 10.0.x
git:
author:
name: apache
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]