Skip to content

Commit

Permalink
add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jun 28, 2024
1 parent 3284172 commit de7e7d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/jenkins/Jenkinsfile.build-and-test
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ String getTargetAuthor() {
return env.TARGET_AUTHOR
}

String getTargetBranch() {
return params.TARGET_BRANCH
}

String getGitAuthorCredentialsId() {
return env.GIT_AUTHOR_CREDS_ID
}
Expand Down

0 comments on commit de7e7d3

Please sign in to comment.