commit | 0e0c79852c1f2221744b04dd423c91c6b929674f | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Jun 16 10:29:39 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Jun 16 10:29:39 2017 -0700 |
tree | 96a3e862b7ce619fbb4defe2b9e008fd76246e22 | |
parent | a4a2df743b4fb8d5ad6ea0dc7b0a77520ecb785a [diff] [blame] |
Updateing jenkinsfile Change-Id: I2a5e4abf1d2f928f203c9a9ff7985aca3f8d222a
diff --git a/Jenkinsfile b/Jenkinsfile index a8b7b99..5c9bb56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -42,7 +42,7 @@ dir('orchestration/xos-gui') { try { stage 'Run E2E Tests' - sh 'UI_URL=127.0.0.1:4000/xos/#' protractor conf/protractor.conf.js + sh 'UI_URL=127.0.0.1:4000/xos/# protractor conf/protractor.conf.js' currentBuild.result = 'SUCCESS' } catch (err) { currentBuild.result = 'FAILURE'