We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c4ede commit 51906e6Copy full SHA for 51906e6
src/main/resources/com/griddynamics/jagger/jenkins/plugin/script/agent.checking.script
@@ -6,7 +6,7 @@ JOUT=$(ssh${ssh-key-path} ${user-name}@${server-address} "pgrep -f AgentStarter"
6
echo "No AgentStarter running on ${server-address}" 1>&2;
7
8
FAIL_IF_AGENT_NOT_RUNNING="${fail-if-not-running}"
9
- if [ $FAIL_IF_AGENT_NOT_RUNNING = "true" ] ; then}"
+ if [ $FAIL_IF_AGENT_NOT_RUNNING = "true" ] ; then
10
exit $ERROR_CODE_AGENT_NOT_RUNNING
11
fi
12
0 commit comments