Compare commits

..

No commits in common. "a2c258989f0236e97b50c56d4069f7525533ddff" and "a84a7adc6d9df52ac5d04b8829ae107c6ca708c0" have entirely different histories.

4
Jenkinsfile vendored
View File

@ -50,9 +50,8 @@ 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"
curl -X 'POST' \
\$postURL \
'https://gitea.arg.rip/api/v1/repos/greyn/jenkins-playground/releases/\$releaseid/assets?name=\$noext&token=$GITEA_PAT' \
-H 'accept: application/json' \
-H 'Content-Type: multipart/form-data' \
-F 'attachment=@\$fullfilename'
@ -61,7 +60,6 @@ pipeline {
filename=null
fullfilename=null
noext=null
postURL=null
"""
dotnetNuGetPush(root: "./*.nupkg", source:"greyngitea", skipDuplicate:true)
}