This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit f1b0e5944dfb7141e85130a59031aca2f93474df Author: Ricardo Zanini <[email protected]> AuthorDate: Wed Nov 1 17:02:42 2023 -0300 Fix branch name Signed-off-by: Ricardo Zanini <[email protected]> --- .ci/jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile index f73926cb..0715215d 100644 --- a/.ci/jenkins/Jenkinsfile +++ b/.ci/jenkins/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { // githubscm.checkoutIfExists(getRepoName(), getChangeAuthor(), getChangeBranch(), 'apache', getChangeTarget(), true, credentials = [token: getGitAuthorCredentialsId(), usernamePassword: 'kie-ci']) // TODO Test pupose deleteDir() - checkout(githubscm.resolveRepository('kogito-images', 'radtriste', 'fix_pipelines', false)) + checkout(githubscm.resolveRepository('kogito-images', 'radtriste', 'fix-pipelines', false)) } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
