Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fernando Fernández Mancera
NetworkManager-ci
Commits
62f56c6c
Commit
62f56c6c
authored
Nov 19, 2021
by
Filip Pokryvka
🤸🏻
Browse files
cico: show url while waiting for results
parent
9736ed14
Changes
1
Hide whitespace changes
Inline
Side-by-side
run/centos-ci/runner.groovy
View file @
62f56c6c
...
...
@@ -68,7 +68,7 @@ node('cico-workspace') {
println
(
"Running tests"
)
sh
"""
set +x
echo "Running tests on 2 machines, progress is visible in Workspaces"
echo "Running tests on 2 machines, progress is visible in Workspaces
: ${env.BUILD_URL}/ws
"
{ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${node1_hostname} '${run} -m 1' ; } &> m1.stdout &
{ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${node2_hostname} '${run} -m 2' ; } &> m2.stdout &
wait
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment