Skip to content

Commit 85bf389

Browse files
committed
void return type was incorrect (but CPS-transformed code does not check) #337 (comment)
1 parent fa3a8b2 commit 85bf389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/org/jenkinsci/plugins/docker/workflow/declarative/DockerPipelineFromDockerfileScript.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class DockerPipelineFromDockerfileScript extends AbstractDockerPipelineScript<Do
5656
}
5757
}
5858

59-
private void buildImage() {
59+
private def buildImage() {
6060
boolean isUnix = script.isUnix()
6161
def dockerfilePath = describable.getDockerfilePath(isUnix)
6262
try {

0 commit comments

Comments
 (0)