jenkinsfile update to upcoming standard
This commit is contained in:
parent
1e8337077c
commit
0042f7762b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -52,13 +52,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('script'){
|
||||
when { changeset "script artifacts/script.md"}
|
||||
when { changeset "src/script.md"}
|
||||
steps {
|
||||
sh "/home/adam/beef-kafka-script.sh potterverse-wizards-are-morons"
|
||||
}
|
||||
}
|
||||
stage('credits'){
|
||||
when { changeset "script artifacts/credits.txt"}
|
||||
when { changeset "src/credits.txt"}
|
||||
steps {
|
||||
sh "/home/adam/beef-kafka-credits.sh potterverse-wizards-are-morons"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user