theory: it's not running in the workspace directory. For some reason.
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f8d875a0a0
commit
44fc056354
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -4,7 +4,8 @@ pipeline {
|
||||
stages {
|
||||
stage('nuget'){
|
||||
steps{
|
||||
dotnetPack(outputDirectory: "./", project: "Deployment/")
|
||||
sh "ls"
|
||||
dotnetPack(outputDirectory: "./", project: "Deployment/Deployment.csproj")
|
||||
dotnetNugetPublish()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user