Explorar el Código

issue: adding -v option to jenkins test

Douglas Andreani hace 4 años
padre
commit
b14f6c6027
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jenkins/Jenkinsfile

+ 1 - 1
jenkins/Jenkinsfile

@@ -16,7 +16,7 @@ pipeline {
                 }
                 stage('Test') {
                         steps {
-                                sh 'go test ./...'
+                                sh 'go test -v ./...'
                         }
                 }
         }