Skip to content

Commit eba9341

Browse files
Bot Updating Templated Files
1 parent 535a7d6 commit eba9341

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
@@ -886,7 +886,7 @@ pipeline {
886886
echo '{"tag_name":"'${META_TAG}'",\
887887
"target_commitish": "master",\
888888
"name": "'${META_TAG}'",\
889-
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
889+
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
890890
printf '","draft": false,"prerelease": false}' >> releasebody.json
891891
paste -d'\\0' start releasebody.json > releasebody.json.done
892892
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)