jenkins-playground/Jenkinsfile
adam 9e7c26ad47
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
capital J
2024-10-25 21:10:47 -04:00

12 lines
437 B
Groovy

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"
}
}
}
}