Skip to content

Commit 0bdb37b

Browse files
Bot Updating Templated Files
1 parent b8fba7f commit 0bdb37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ pipeline {
894894
echo '{"tag_name":"'${META_TAG}'",\
895895
"target_commitish": "master",\
896896
"name": "'${META_TAG}'",\
897-
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**'${EXT_REPO}' Changes:**\\n\\n' > start
897+
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**'${EXT_REPO}' Changes:**\\n\\n' > start
898898
printf '","draft": false,"prerelease": false}' >> releasebody.json
899899
paste -d'\\0' start releasebody.json > releasebody.json.done
900900
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)