Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-11 18:33:19 +00:00
parent b1440f702b
commit 15d6bf124f

1
Jenkinsfile vendored
View File

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