Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 13:21:51 +00:00
parent 00154a9e93
commit b78ed1bcf6

1
Jenkinsfile vendored
View File

@@ -7,6 +7,7 @@ pipeline {
steps { steps {
script { script {
echo "Testing the application..." echo "Testing the application..."
echo "Testing the integration..."
} }
} }
} }