psychographic-profiling/Jenkinsfile
2025-01-07 13:56:18 -05:00

13 lines
247 B
Groovy

pipeline {
agent any
stages {
stage('credits'){
when { changeset "script artifacts/credits.txt"}
steps {
sh "/home/adam/iHateThis.sh psychographic-profiling"
}
}
}
}