We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Had this case where all leading whitespace was removed. git.DetermineCommits is a helper groovy function which returns multiple values
git.DetermineCommits
// Print some FERRUM vars for debug helpfulness - (BRANCH_COMMIT, TARGET_COMMIT, _, _) = git.DetermineCommits("$GIT_BRANCH") +(BRANCH_COMMIT, TARGET_COMMIT, _, _) = git.DetermineCommits("$GIT_BRANCH") echo "BRANCH_COMMIT: $BRANCH_COMMIT" echo "TARGET_COMMIT: $TARGET_COMMIT"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Had this case where all leading whitespace was removed.
git.DetermineCommits
is a helper groovy function which returns multiple valuesThe text was updated successfully, but these errors were encountered: