This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_821
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new 6e3759ab Fix weekly job
6e3759ab is described below
commit 6e3759abe0be64fb0885f34e8b4780b9bb856569
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Jan 25 15:42:57 2024 -0300
Fix weekly job
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 7cd48fe7..1e22e367 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -141,30 +141,15 @@ pipeline {
}
}
- stage('Run e2e tests') {
+ stage('Run e2e tests on Minikube') {
when {
expression {
return helper.shouldLaunchTests()
}
}
- stage('Run tests on Minikube') {
- steps {
- script {
- launchE2ETestsJob('minikube')
- }
- }
- }
- }
-
- stage('Create and push a new tag') {
steps {
script {
- projectVersion = getProjectVersion(false)
- dir(getRepoName()) {
-
githubscm.setUserConfigFromCreds(util.getGitAuthorPushCredsId())
- githubscm.tagRepository(projectVersion)
- githubscm.pushRemoteTag('origin', projectVersion,
util.getGitAuthorPushCredsId())
- }
+ launchE2ETestsJob('minikube')
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]