We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fba7f commit 0bdb37bCopy full SHA for 0bdb37b
Jenkinsfile
@@ -894,7 +894,7 @@ pipeline {
894
echo '{"tag_name":"'${META_TAG}'",\
895
"target_commitish": "master",\
896
"name": "'${META_TAG}'",\
897
- "body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**'${EXT_REPO}' Changes:**\\n\\n' > start
+ "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
898
printf '","draft": false,"prerelease": false}' >> releasebody.json
899
paste -d'\\0' start releasebody.json > releasebody.json.done
900
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