diff --git a/Jenkinsfile b/Jenkinsfile index 6eeef2a..c859d9f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,6 +15,7 @@ pipeline { steps { script { echo "Building the application..." + echo "Testing webhook..." } } }