Skip to content

Commit

Permalink
#3
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Feb 26, 2020
1 parent 88da588 commit 27ad2c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ stage('Checkout') {

withRealmCloud("test_server-0ed2349a36352666402d0fb2e8763ac67731768c-race") { rc ->
test_runner_image.inside("--link ${rc.id}:rc") {
echo "realm cloud url: ${env.RC_PORT_9080_TCP_ADDR}:${env.RC_PORT_9080_TCP_PORT}"
sh """
echo $RC_PORT_9080_TCP_ADDR:$RC_PORT_9080_TCP_PORT
"""
}
}
}
Expand Down

0 comments on commit 27ad2c8

Please sign in to comment.