We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d72efe commit 2d97246Copy full SHA for 2d97246
Jenkinsfile
@@ -854,7 +854,7 @@ pipeline {
854
echo '{"tag_name":"'${META_TAG}'",\
855
"target_commitish": "main",\
856
"name": "'${META_TAG}'",\
857
- "body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**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**Repo Changes:**\\n\\n' > start
858
printf '","draft": false,"prerelease": false}' >> releasebody.json
859
paste -d'\\0' start releasebody.json > releasebody.json.done
860
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