From a84a7adc6d9df52ac5d04b8829ae107c6ca708c0 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 10 Nov 2024 02:03:59 -0500 Subject: [PATCH] kjgh --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6a18e63..921db50 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' \