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