From 052f034f504b995e4a8281727619dfd4ba691dfd Mon Sep 17 00:00:00 2001 From: Brady-Malott Date: Fri, 17 Feb 2023 21:30:08 -0500 Subject: [PATCH] Added comment to Jenkinsfile --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7144688..be70415 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,8 @@ pipeline { } } } + + // Post always runs even if the pipeline fails post { success { echo 'Pipeline has completed'