cfd8a2dcb7
All checks were successful
beefhavers/psychographic-profiling/pipeline/head This commit looks good
13 lines
247 B
Groovy
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"
|
|
}
|
|
}
|
|
}
|
|
}
|