diff --git a/Jenkinsfile b/Jenkinsfile index 8f08580..29677eb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,6 @@ pipeline { steps { script { echo "Testing the application..." - echo "Testing the integration..." } } }