dotnet pack?
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
33830f828c
commit
072d5f9e04
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -1,14 +1,9 @@
|
||||
pipeline {
|
||||
agent {
|
||||
label "balaam"
|
||||
}
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('credits'){
|
||||
when { changeset "credits.txt"}
|
||||
steps {
|
||||
sh "beefhavers_credits.sh jenkins-playground"
|
||||
}
|
||||
stage('pack'){
|
||||
sh "dotnet pack Deployment -o ./"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user