alright I lied, one more try. gitea strips file extensions?!
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good

This commit is contained in:
adam 2024-11-10 02:35:53 -05:00
parent 972f3fd8e3
commit fa5297c22e

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
-H 'Authorization: token $GITEA_PSW' \ -H 'Authorization: token $GITEA_PSW' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{ -d '{
"body": "automatic build at '"\$date"'", "body": "automatic build at '"\$(date)"'",
"draft": false, "draft": false,
"name": "$BUILD_NUMBER", "name": "$BUILD_NUMBER",
"prerelease": false, "prerelease": false,