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 c4a53e89 Fix helper calls
c4a53e89 is described below
commit c4a53e892a6e08a2ce269c6b70d79758d623d2a2
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Jan 26 09:52:56 2024 -0300
Fix helper calls
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 1 -
1 file changed, 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 7caa4401..62815b40 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -183,7 +183,6 @@ void sendNotification() {
}
void checkoutRepo() {
- deleteDir()
checkout(githubscm.resolveRepository(helper.getRepoName(),
helper.getGitAuthor(), helper.getBuildBranch(), false,
helper.getGitAuthorCredsId()))
// need to manually checkout branch since on a detached branch after
checkout command
sh "git checkout ${helper.getBuildBranch()}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]