jobs/updateSrcRev: fixed typo in PR/MR description

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-09-11 13:39:45 +02:00
parent 8561fe8df1
commit 6277bc44bb
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def createPR(theBranch) {
def bitbucketRestApiUrl = "https://bitbucket.gad.local/rest/api/1.0" def bitbucketRestApiUrl = "https://bitbucket.gad.local/rest/api/1.0"
def prTitle = "Nightly: Src Rev Update" def prTitle = "Nightly: Src Rev Update"
def prDescription = "CI is ppdating the source revisions to HEAD" def prDescription = "CI is updating the source revisions to HEAD"
def prRepository = "\"repository\": {\"slug\": \"${prRepo}\", \"name\": null, \"project\": {\"key\": \"${prProject}\"}}" def prRepository = "\"repository\": {\"slug\": \"${prRepo}\", \"name\": null, \"project\": {\"key\": \"${prProject}\"}}"
def prDataJson = "{\"title\": \"${prTitle}\", \"description\": \"${prDescription}\",\ def prDataJson = "{\"title\": \"${prTitle}\", \"description\": \"${prDescription}\",\
\"state\": \"OPEN\", \"open\": true, \"closed\": false,\ \"state\": \"OPEN\", \"open\": true, \"closed\": false,\