jenkins-playground/Jenkinsfile
adam f29b74a88c
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good
Fri Oct 25 21:32:19 EDT 2024
2024-10-25 21:32:19 -04:00

12 lines
223 B
Groovy

pipeline {
agent any
stages {
stage('credits'){
when { changeset "credits.txt"}
steps {
sh "/home/adam/iHateThis.sh 'parameters boyo'"
}
}
}
}