Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding quote stripper
Jim Van Fleet committed May 4, 2017
1 parent e3b5330 commit da08de3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/edu/internet2/jenkins/DockerBuild.groovy
@@ -23,6 +23,10 @@ class DockerBuild implements Serializable {
}
}

def fullImageName() {

}

def imagename() {
readCommonBash('imagename')
}
@@ -38,7 +42,7 @@ class DockerBuild implements Serializable {
}

def readCommonBash(String key = 'maintainer') {
properties.get(key)
properties.get(key).replaceAll("^\"|\"$", "")
}

def build(args){

0 comments on commit da08de3

Please sign in to comment.