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
Vagrant Cascadian
jenkins.debian.net
Commits
a591243c
Verified
Commit
a591243c
authored
Jun 14, 2018
by
Mattia Rizzolo
Browse files
fix typo
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
63468e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/start-slave.sh
View file @
a591243c
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# from here, let's just hope all WORKSPACE have been set correctly
# from here, let's just hope all WORKSPACE have been set correctly
NODE_NAME
=
"
$(
basename
${
WORKSPACE
}
)
"
NODE_NAME
=
"
$(
basename
${
WORKSPACE
}
)
"
echo
"Starting slave.jar for
$NODE_NAME
}..."
echo
"Starting slave.jar for
$
{
NODE_NAME
}
..."
f
=
"/var/lib/jenkins/offline_nodes"
f
=
"/var/lib/jenkins/offline_nodes"
if
[
-f
"
$f
"
]
;
then
if
[
-f
"
$f
"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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