Skip to content

Commit

Permalink
Removed response variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed Nov 27, 2024
1 parent 070732a commit 30701d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/bump-jenkins-plugins.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ node {
""")

// Create a PR against "coreos: fedora-coreos-pipeline:main" repo
def response = shwrapCapture("""
shwrapCapture("""
curl -H "Authorization: token ${GHTOKEN}" -X POST -d '{ "title": "${message}", "head": "coreosbot-releng:${pr_branch}", "base": "main" }' https://api.github.com/repos/${repo}/pulls --fail
""")
}
Expand Down

0 comments on commit 30701d5

Please sign in to comment.