Skip to content

Commit 827a815

Browse files
Bot Updating Templated Files
1 parent 049e390 commit 827a815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ pipeline {
867867
echo '{"tag_name":"'${META_TAG}'",\
868868
"target_commitish": "master",\
869869
"name": "'${META_TAG}'",\
870-
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**OS Changes:**\\n\\n' > start
870+
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**OS Changes:**\\n\\n' > start
871871
printf '","draft": false,"prerelease": false}' >> releasebody.json
872872
paste -d'\\0' start releasebody.json > releasebody.json.done
873873
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''

0 commit comments

Comments
 (0)