Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
WIP access default function via bound binding closure
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwinlu committed May 15, 2018
1 parent df1ccaf commit aad874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def generate_docker_build_stages() {
* @param image Map identifying which image to build
* @param namingStrategy
*/
def maybe_build_image_stage(image, namingStrategy=namingStrategyTesting) {
def maybe_build_image_stage(image, namingStrategy=this.&namingStrategyTesting) {
def taskname = "build/${image.id}/"
return [(taskname): {
stage(taskname) {
Expand Down

0 comments on commit aad874a

Please sign in to comment.