Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Feb 26, 2020
1 parent 855a5e2 commit 88da588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ def WindowsUniversalPlatforms = [ 'Win32', 'x64', 'ARM' ]
String versionSuffix = ''

stage('Checkout') {
nodeWithCleanup('docker') {
nodeWithCleanup('docker-cph-01') {
def test_runner_image = docker.image('mcr.microsoft.com/dotnet/core/sdk:2.1')
test_runner_image.pull()

withRealmCloud("test_server-0ed2349a36352666402d0fb2e8763ac67731768c-race") { rc ->
test_runner_image.inside("--link ${ros.id}: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}"
}
}
Expand Down

0 comments on commit 88da588

Please sign in to comment.