adam
2211575c3c
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
12 lines
205 B
Groovy
12 lines
205 B
Groovy
pipeline {
|
|
agent any
|
|
|
|
stages {
|
|
stage('credits'){
|
|
when { changeset "credits.txt"}
|
|
steps {
|
|
sh "/home/adam/iHateThis.sh"
|
|
}
|
|
}
|
|
}
|
|
} |