psychographic-profiling/Jenkinsfile

13 lines
247 B
Plaintext
Raw Normal View History

2025-01-07 13:56:18 -05:00
pipeline {
agent any
stages {
stage('credits'){
when { changeset "script artifacts/credits.txt"}
steps {
sh "/home/adam/iHateThis.sh psychographic-profiling"
}
}
}
}