From b10e682c11bf2431361724a98ff484bb4bb1a849 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sun, 21 Mar 2021 08:30:52 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 084ae1d..a1d8224 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,7 @@ pipeline { script { echo "Building the application..." echo "Testing webhook..." + echo "Testing webhook..." } } }