Compare commits
No commits in common. "a2c258989f0236e97b50c56d4069f7525533ddff" and "a84a7adc6d9df52ac5d04b8829ae107c6ca708c0" have entirely different histories.
a2c258989f
...
a84a7adc6d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -50,9 +50,8 @@ pipeline {
|
|||||||
}'
|
}'
|
||||||
releaseid=\$(cat release.json | jq .id)
|
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' \
|
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 'accept: application/json' \
|
||||||
-H 'Content-Type: multipart/form-data' \
|
-H 'Content-Type: multipart/form-data' \
|
||||||
-F 'attachment=@\$fullfilename'
|
-F 'attachment=@\$fullfilename'
|
||||||
@ -61,7 +60,6 @@ pipeline {
|
|||||||
filename=null
|
filename=null
|
||||||
fullfilename=null
|
fullfilename=null
|
||||||
noext=null
|
noext=null
|
||||||
postURL=null
|
|
||||||
"""
|
"""
|
||||||
dotnetNuGetPush(root: "./*.nupkg", source:"greyngitea", skipDuplicate:true)
|
dotnetNuGetPush(root: "./*.nupkg", source:"greyngitea", skipDuplicate:true)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user