Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 13:40:15 +00:00
parent b78ed1bcf6
commit b739431651

1
Jenkinsfile vendored
View File

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