This is an automated email from the ASF dual-hosted git repository. jeqo pushed a commit to branch jenkins-test in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git
commit 5695b764aad82493677e215c812099df4f484ec5 Author: Jorge Quilcate Otoya <[email protected]> AuthorDate: Sun May 5 02:39:28 2019 +0200 fix: test npm via mvn --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 96492fa..ba4adf3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,6 @@ pipeline { tools { jdk 'JDK 1.8 (latest)' - nodejs "node" } options { @@ -53,8 +52,7 @@ pipeline { stage('Test') { steps { - sh 'npm install' - sh 'npm run test' + sh './mvnw test -B' } }
