adam
71f3fbefdc
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
12 lines
225 B
Groovy
12 lines
225 B
Groovy
pipeline {
|
|
agent balaam
|
|
|
|
stages {
|
|
stage('credits'){
|
|
when { changeset "credits.txt"}
|
|
steps {
|
|
sh "beefhavers_credits.sh jenkins-playground"
|
|
}
|
|
}
|
|
}
|
|
} |