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 606fddc commit 8fe8482Copy full SHA for 8fe8482
Jenkinsfile
@@ -845,7 +845,7 @@ pipeline {
845
echo '{"tag_name":"'${META_TAG}'",\
846
"target_commitish": "kali",\
847
"name": "'${META_TAG}'",\
848
- "body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**OS Changes:**\\n\\n' > start
+ "body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**OS Changes:**\\n\\n' > start
849
printf '","draft": false,"prerelease": true}' >> releasebody.json
850
paste -d'\\0' start releasebody.json > releasebody.json.done
851
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