Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-12 09:36:25 +00:00
parent c425e899d4
commit 4f06b352e5

1
Jenkinsfile vendored
View File

@@ -13,6 +13,7 @@ pipeline {
steps {
script {
echo "Building the application..."
echo "some changes to trigger build"
}
}
}