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 { 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"
}
} }
} }
} }