psychographic-profiling/Jenkinsfile
beefhavers cfd8a2dcb7
All checks were successful
beefhavers/psychographic-profiling/pipeline/head This commit looks good
Initial commit
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"
}
}
}
}