From 2211575c3c0eb08174599dca652fd8eb3a3a0f20 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 25 Oct 2024 21:21:28 -0400 Subject: [PATCH] maybe not ./ for credits.txt --- Jenkinsfile | 2 +- credits.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2072c90..1b1675d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('credits'){ - when { changeset "./credits.txt"} + when { changeset "credits.txt"} steps { sh "/home/adam/iHateThis.sh" } diff --git a/credits.txt b/credits.txt index edc81fb..ce2cd05 100644 --- a/credits.txt +++ b/credits.txt @@ -1 +1 @@ -regular credits file, woo! \ No newline at end of file +base credits. \ No newline at end of file