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