jenkins-playground/Jenkinsfile
adam 71f3fbefdc
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
slightly less dumb.
2024-10-30 23:29:40 -04:00

12 lines
225 B
Groovy

pipeline {
agent balaam
stages {
stage('credits'){
when { changeset "credits.txt"}
steps {
sh "beefhavers_credits.sh jenkins-playground"
}
}
}
}