Skip to content

Commit 06d7979

Browse files
Bot Updating Templated Files
1 parent 1d1c74a commit 06d7979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ pipeline {
888888
echo '{"tag_name":"'${META_TAG}'",\
889889
"target_commitish": "main",\
890890
"name": "'${META_TAG}'",\
891-
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Repo Changes:**\\n\\n' > start
891+
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Repo Changes:**\\n\\n' > start
892892
printf '","draft": false,"prerelease": false}' >> releasebody.json
893893
paste -d'\\0' start releasebody.json > releasebody.json.done
894894
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)