Merge branch 'release'

This commit is contained in:
adam 2024-11-10 02:04:44 -05:00
commit 6a1c175e5c

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
fullfilename=\$(basename -- \$filename)
noext=\${fullfilename%.*}
curl -X 'POST' \
-o release.json
-o release.json \
'https://gitea.arg.rip/api/v1/repos/greyn/jenkins-playground/releases?token=$GITEA_PAT' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \