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' \