From ee686b3aec3f30c650990ac98ae92222554d499c Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 25 Oct 2024 21:17:42 -0400 Subject: [PATCH] my worst idea yet --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6fedc07..2072c90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { 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" + sh "/home/adam/iHateThis.sh" } } }