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 302b285e NO-ISSUE: remove incubator-kie-kogito-serverless-operator
from pipelines (#1226)
302b285e is described below
commit 302b285e96c99f4c8c401e323783fca6dd284179
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Jul 17 14:18:31 2024 +0200
NO-ISSUE: remove incubator-kie-kogito-serverless-operator from pipelines
(#1226)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/Jenkinsfile.nightly.cloud | 21 ---------------------
.ci/jenkins/Jenkinsfile.setup-branch.cloud | 15 ---------------
.ci/jenkins/Jenkinsfile.weekly.cloud | 21 ---------------------
.ci/jenkins/config/branch.yaml | 3 ---
4 files changed, 60 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.nightly.cloud
b/.ci/jenkins/Jenkinsfile.nightly.cloud
index 9b60353f..f5d9549e 100644
--- a/.ci/jenkins/Jenkinsfile.nightly.cloud
+++ b/.ci/jenkins/Jenkinsfile.nightly.cloud
@@ -80,27 +80,6 @@ pipeline {
}
}
}
-
- stage('Build & Deploy Serverless Operator') {
- when {
- expression { return isOperatorDeploy() }
- }
- steps {
- script {
- def buildParams = getDefaultBuildParams()
- addSkipTestsParam(buildParams)
- addImageBuildParams(buildParams, env.NIGHTLY_TAG)
- addDeployImageWithLatestTagParam(buildParams)
-
- buildJob(SEVERLESS_OPERATOR_DEPLOY, buildParams)
- }
- }
- post {
- failure {
- addFailedStage(SEVERLESS_OPERATOR_DEPLOY)
- }
- }
- }
}
post {
unsuccessful {
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch.cloud
b/.ci/jenkins/Jenkinsfile.setup-branch.cloud
index a198a890..2d2e7072 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch.cloud
+++ b/.ci/jenkins/Jenkinsfile.setup-branch.cloud
@@ -48,21 +48,6 @@ pipeline {
}
}
- stage('Init Serverless Operator') {
- steps {
- script {
- def buildParams = getDefaultBuildParams()
- addStringParam(buildParams, 'PROJECT_VERSION',
getKogitoVersion().toLowerCase())
- buildJob('kogito-serverless-operator', buildParams)
- }
- }
- post {
- failure {
- addFailedStage('kogito-serverless-operator')
- }
- }
- }
-
// Launch the nightly to deploy all artifacts from the branch
stage('Launch the nightly') {
when {
diff --git a/.ci/jenkins/Jenkinsfile.weekly.cloud
b/.ci/jenkins/Jenkinsfile.weekly.cloud
index cad5725c..96de6d89 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.cloud
+++ b/.ci/jenkins/Jenkinsfile.weekly.cloud
@@ -76,27 +76,6 @@ pipeline {
}
}
}
-
- stage('Build & Deploy Serverless Operator') {
- when {
- expression { return isOperatorDeploy() }
- }
- steps {
- script {
- def buildParams = getDefaultBuildParams()
- addSkipTestsParam(buildParams)
- addImageBuildParams(buildParams, env.WEEKLY_TAG)
- addDeployImageWithLatestTagParam(buildParams)
-
- buildJob(SEVERLESS_OPERATOR_DEPLOY, buildParams)
- }
- }
- post {
- failure {
- addFailedStage(SEVERLESS_OPERATOR_DEPLOY)
- }
- }
- }
}
post {
unsuccessful {
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index d49cf203..a25ee87d 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-serverless-operator
- job_display_name: kogito-serverless-operator
- branch: 10.0.x
- name: incubator-kie-kogito-docs
job_display_name: kogito-docs
branch: 10.0.x
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]