From e34fb129ccc8954ca001c9a3ece21981995888b8 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 27 Jul 2016 12:32:53 -0400 Subject: [PATCH] Fixing helper typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d7171f8..826eaeb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,6 +49,6 @@ def maintainer() { } def imagename() { - def matcher = readFile('common.bash') =~ 'imagename=(.+)' + def matcher = readFile('common.bash') =~ 'imagename="(.+)"' matcher ? matcher[0][1] : null } \ No newline at end of file