Skip to content

Commit

Permalink
debugging test failure on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
eniolam1000752 authored and francoilol committed Jan 10, 2022
1 parent 8199e0d commit 8ad4599
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 49,625 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ pipeline {
curl --verbose http://127.0.0.1:9901/api/v2/blocks
set -e; while ! curl --silent --fail http://127.0.0.1:9901/api/v2/network/status >/dev/null; do echo waiting; sleep 10; done; set +e
curl --verbose http://127.0.0.1:9901/api/v2/network/status
curl --verbose http://127.0.0.1:9901/api/v2/blocks
CYPRESS_baseUrl=https://jenkins.lisk.com/test/${JOB_NAME%/*}/$BRANCH_NAME/#/ \
CYPRESS_serviceUrl=http://127.0.0.1:9901 \
Expand Down
Loading

0 comments on commit 8ad4599

Please sign in to comment.