From f31fd9507188510233b42567890c9a2598f448f8 Mon Sep 17 00:00:00 2001 From: Arnold <123227194+s4arnold@users.noreply.github.com> Date: Tue, 15 Aug 2023 20:20:32 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 35274ca..48c314a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ pipeline { echo 'Build was successful!' } failure { - echo 'Blded!' + echo 'Build!' } } }