From f7a35b739cc3b581f7fb225436830e25638cfb30 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 30 Jun 2026 23:10:07 -0400 Subject: [PATCH] the grand unified org-mode switchover isn't complete though --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 93562a4..91751f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ pipeline { } } stage('script'){ - when { changeset "src/script.md"} + when { changeset "src/script.org"} steps { sh "/home/adam/beef-kafka-script.sh postmortem-shtikbot" }