change build test command

This commit is contained in:
danielclough
2020-12-09 12:05:03 -08:00
parent 687fa65b05
commit 1a00a68fbe

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'docker exec -it blackmore blackmore-cli help' sh 'blackmored -daemon'
} }
} }