Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Nov 1, 2023
1 parent d044e9e commit f1b0e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
}
}
Expand Down

0 comments on commit f1b0e59

Please sign in to comment.