diff --git a/Jenkinsfile b/Jenkinsfile index 4506d4c26..4930cbf43 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage('Build') { steps { - sh 'docker exec -it blackmore blackmore-cli help' + sh 'blackmored -daemon' } }