adam
17f5b66301
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good
15 lines
243 B
Groovy
15 lines
243 B
Groovy
pipeline {
|
|
agent {
|
|
label "balaam"
|
|
}
|
|
|
|
stages {
|
|
stage('credits'){
|
|
when { changeset "credits.txt"}
|
|
steps {
|
|
sh "beefhavers_credits.sh jenkins-playground"
|
|
}
|
|
}
|
|
}
|
|
}
|