diff options
Diffstat (limited to 'groovy-html.success.template')
| -rw-r--r-- | groovy-html.success.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/groovy-html.success.template b/groovy-html.success.template index fec4628..1398c6f 100644 --- a/groovy-html.success.template +++ b/groovy-html.success.template @@ -61,8 +61,8 @@ def BUILD_NUMBER= build.getEnvVars()["BUILD_NUMBER"]; def BUILD_URL= build.getEnvVars()["BUILD_URL"]; - def CORREL_42= build.getEnvVars()["CORREL_42"]; - def CORREL_91= build.getEnvVars()["CORREL_91"]; + def CORREL_42= readFile('correl.4.2.txt').trim() + def CORREL_91= readFile('correl.9.1.txt').trim() %> Statistics changes since last commit:<br> |
