Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master daab1f7f7 -> 0300a5c63


CI: debug flaky webapp build

### What is this PR for?
Debug flaky webapp builds

### What type of PR is it?
Improvement

### What is the Jira issue?
[ZEPPELIN-836](https://issues.apache.org/jira/browse/ZEPPELIN-836)

### How should this be tested?
CI must be green and include Travis exit code in case of success and 
`npm_debug.log` in case of failure

### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? NO

Author: Alexander Bezzubov <b...@apache.org>

Closes #871 from bzz/debug-flaky-webapp-ci and squashes the following commits:

336fe96 [Alexander Bezzubov] CI: update logs \w debug info on webapp build and 
Travis exit code


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/0300a5c6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/0300a5c6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/0300a5c6

Branch: refs/heads/master
Commit: 0300a5c635fb72bc6928a6348af11b322acb1f76
Parents: daab1f7
Author: Alexander Bezzubov <b...@apache.org>
Authored: Tue May 3 16:33:13 2016 +0900
Committer: Alexander Bezzubov <b...@apache.org>
Committed: Thu May 5 10:34:10 2016 +0900

----------------------------------------------------------------------
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/0300a5c6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f608704..f7ff08b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,11 +81,17 @@ before_script:
 script:
   - mvn $TEST_FLAG $PROFILE -B $TEST_PROJECTS
 
+
+after_success:
+  - echo "Travis exited with ${TRAVIS_TEST_RESULT}"
+
 after_failure:
+  - echo "Travis exited with ${TRAVIS_TEST_RESULT}"
   - cat target/rat.txt
   - cat zeppelin-server/target/rat.txt
   - cat 
zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.log
   - cat 
zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.out
+  - cat zeppelin-web/npm-debug.log
 
 after_script:
   - ./testing/stopSparkCluster.sh $SPARK_VER $HADOOP_VER

Reply via email to