You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by je...@apache.org on 2019/05/05 00:21:50 UTC

[incubator-zipkin-api] branch jenkins-test created (now 868c295)

This is an automated email from the ASF dual-hosted git repository.

jeqo pushed a change to branch jenkins-test
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git.


      at 868c295  feat: test with jenkins

This branch includes the following new commits:

     new 868c295  feat: test with jenkins

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-zipkin-api] 01/01: feat: test with jenkins

Posted by je...@apache.org.
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 868c295fcefe8f062774f37214c3ab554a8d8173
Author: Jorge Quilcate Otoya <qu...@gmail.com>
AuthorDate: Sun May 5 02:21:27 2019 +0200

    feat: test with jenkins
---
 Jenkinsfile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9a05384..96492fa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,6 +22,7 @@ pipeline {
 
     tools {
         jdk 'JDK 1.8 (latest)'
+        nodejs "node"
     }
 
     options {
@@ -50,6 +51,13 @@ pipeline {
             }
         }
 
+        stage('Test') {
+            steps {
+                sh 'npm install'
+                sh 'npm run test'
+            }
+        }
+
         stage('Publish snapshot') {
             when {
                 branch 'master'