Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-12 09:42:08 +00:00
parent 2b4921b5c8
commit 8afb0e62a3

1
Jenkinsfile vendored
View File

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