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..." } } }