diff --git a/Jenkinsfile b/Jenkinsfile index b505f47..c1cc9ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ pipeline { steps { script { echo "Testing the application..." + echo "Testing change" } } }