Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Retrying to throw
Jim Van Fleet committed May 3, 2017
1 parent 4c9e8af commit 6eb34c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/internet2/jenkins/DockerBuild.groovy
@@ -28,7 +28,7 @@ class DockerBuild implements Serializable {
def maintainer() {
def m = readCommonBash('maintainer')
if(m == null){
throw "Maintainer must be defined in common.bash"
throw new RuntimeException("Maintainer must be defined in common.bash")
}else{
m
}

0 comments on commit 6eb34c7

Please sign in to comment.