Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-08 09:46:22 +00:00
parent e41eb6433d
commit 24fdad6aaa

1
Jenkinsfile vendored
View File

@@ -14,6 +14,7 @@ pipeline {
stage('test') { stage('test') {
steps { steps {
buildJar() buildJar()
sh 'docker --version'
} }
} }
stage('build') { stage('build') {