dotnet pack?
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:13:10 -05:00
parent 33830f828c
commit 072d5f9e04

11
Jenkinsfile vendored
View File

@ -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 ./"
}
}
}