diff --git a/Jenkinsfile b/Jenkinsfile index ff3e98f..83381a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { }' releaseid=\$(cat release.json | jq .id) - postURL = "https://gitea.arg.rip/api/v1/repos/greyn/jenkins-playground/releases/\$releaseid/assets?name=\$noext&token=$GITEA_PAT" + postURL="https://gitea.arg.rip/api/v1/repos/greyn/jenkins-playground/releases/\$releaseid/assets?name=\$noext&token=$GITEA_PAT" curl -X 'POST' \ \$postURL \ -H 'accept: application/json' \