Skip to content

Commit

Permalink
NO-ISSUE: remove incubator-kie-kogito-docs from pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jul 17, 2024
1 parent 302b285 commit 7f84f06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 0 additions & 3 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f84f06

Please sign in to comment.