diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index b72da112471..cd7f50eaf27 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -87,7 +87,7 @@ pipeline { stage('status-go') { steps { - sh 'make status-go' + sh 'make status-go V=1' } }