You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by do...@apache.org on 2019/02/25 11:57:17 UTC

[incubator-iotdb-website] branch master updated: Update Jenkinsfile

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

dope pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 190cdd0  Update Jenkinsfile
190cdd0 is described below

commit 190cdd0c8954252b5bf017e34bd7851b71fa3ac9
Author: XuYi <My...@users.noreply.github.com>
AuthorDate: Mon Feb 25 19:57:10 2019 +0800

    Update Jenkinsfile
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5a5ac1f..0b1886e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,6 +45,7 @@ pipeline {
         stage('Build') {
             steps {
                 echo 'Building'
+                sh 'ls -l'
                 sh 'npm run build'
             }
         }