on changeset
This commit is contained in:
parent
4e386bdef1
commit
1aae1c7fae
0
credits.txt
Normal file
0
credits.txt
Normal file
12
jenkinsfile
Normal file
12
jenkinsfile
Normal file
@ -0,0 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('credits'){
|
||||
when { changeset "./credits.txt"}
|
||||
steps {
|
||||
sh "echo '{"type": "gray_messages.directorial.execute_command", "command":"ttsa", "args":" '"'"this as well is a test"'"'"}' | kafka_2.13-3.4.0/bin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic gray_messages.directorial.execute_command"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
0
subfolder/credits.txt
Normal file
0
subfolder/credits.txt
Normal file
Loading…
Reference in New Issue
Block a user