no you're just not in the repo you think you're in, dumbass
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-11-09 22:33:42 -05:00
parent 44fc056354
commit e38693e5de

2
Jenkinsfile vendored
View File

@ -4,8 +4,6 @@ pipeline {
stages {
stage('nuget'){
steps{
sh "ls"
dotnetPack(outputDirectory: "./", project: "Deployment/Deployment.csproj")
dotnetNugetPublish()
}
}