Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-12 09:37:37 +00:00
parent 4f06b352e5
commit 2b4921b5c8

1
Jenkinsfile vendored
View File

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