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 {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
label "balaam"
|
|
||||||
}
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('credits'){
|
stage('pack'){
|
||||||
when { changeset "credits.txt"}
|
sh "dotnet pack Deployment -o ./"
|
||||||
steps {
|
|
||||||
sh "beefhavers_credits.sh jenkins-playground"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user