Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-11 16:46:22 +00:00
parent a4a55e133b
commit 302893976c

1
Jenkinsfile vendored
View File

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