adam
ee686b3aec
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good
12 lines
207 B
Groovy
12 lines
207 B
Groovy
pipeline {
|
|
agent any
|
|
|
|
stages {
|
|
stage('credits'){
|
|
when { changeset "./credits.txt"}
|
|
steps {
|
|
sh "/home/adam/iHateThis.sh"
|
|
}
|
|
}
|
|
}
|
|
} |