Commit 8f78eca8a68c7c33f371152d6335b3d64fd7b32f
1 parent
e53becc12b
Exists in
master
and in
3 other branches
Escape dollar sign
Showing 1 changed file with 1 additions and 1 deletions
kea_testing.groovy
View file @
8f78eca
... | ... | @@ -116,7 +116,7 @@ |
116 | 116 | error("$testName: Returned status code = $responseCode when calling $url") |
117 | 117 | } |
118 | 118 | testName = "KEA_F005" |
119 | - responseCode = sh(label: testName, script: "docker exec -ti kea_timescaledb psql -l -U postgres | grep -q kea ; echo $?", returnStdout: true) | |
119 | + responseCode = sh(label: testName, script: "docker exec -ti kea_timescaledb psql -l -U postgres | grep -q kea ; echo \$?", returnStdout: true) | |
120 | 120 | if (responseCode != '200') { |
121 | 121 | error("$testName: Returned status code = $responseCode when calling $url") |
122 | 122 | } |