take2
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good

This commit is contained in:
adam 2024-11-10 00:49:57 -05:00
parent 18f8bf82d5
commit a3c7dc6238

3
Jenkinsfile vendored
View File

@ -27,9 +27,10 @@ pipeline {
dotnetNuGetPush(root: "./*.nupkg", source:"greyngitea", skipDuplicate:true) dotnetNuGetPush(root: "./*.nupkg", source:"greyngitea", skipDuplicate:true)
} }
} }
}
post { post {
always { always {
cleanWs() } cleanWs()
} }
} }
} }