diff --git a/Jenkinsfile b/Jenkinsfile index c859d9f..084ae1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { script { echo "Testing the application..." echo "Testing webhook..." + echo "Testing webhook..." } } }