Skip to content

Commit

Permalink
Fixing helper typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent bb0932c commit e34fb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit e34fb12

Please sign in to comment.