From 3e0916cf166e10cc06c0548bf069bffe4e50aac0 Mon Sep 17 00:00:00 2001 From: Arnold <123227194+s4arnold@users.noreply.github.com> Date: Tue, 15 Aug 2023 20:12:37 -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!' } } }