Skip to content

Commit adaed90

Browse files
committed
[IOTUC-741]fixing issues with raas login and new raas server configured
1 parent 1328c69 commit adaed90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def mbedBootloaderCliStep(step_name,
9696

9797
execute("git clone --depth 1 [email protected]:ARMmbed/mbed-clitest.git")
9898
execute("python mbed-clitest/clitest.py --tc ${clitest_testcase_name} --tcdir TESTS --platform_name ${target} " +
99-
"--type hardware --bin ${test_bin_fn} -v --raas ropi.mbedcloudtesting.com --failure_return_value")
99+
"--type hardware --bin ${test_bin_fn} -v --raas mari.mbedcloudtesting.com --failure_return_value --raas_user ci --raas_pwd ci")
100100
}
101101
}
102102
}

0 commit comments

Comments
 (0)