Skip to content

Commit

Permalink
OpenShift Binary Build changed a parameter name
Browse files Browse the repository at this point in the history
In order to make this work the change is need due to the update in the library redhat-cop/pipeline-library@933b788#diff-9c4d8b18cdd602829bcf0b7919b2e908

The parameter "artifactsDirectoryName" was changed to  "buildFromPath"
  • Loading branch information
Jorge Nunez Newton authored Jul 25, 2019
1 parent 7856ba6 commit 8cb76e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic-spring-boot/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pipeline {
// Giving all the artifacts to OpenShift Binary Build
// This places your artifacts into right location inside your S2I image
// if the S2I image supports it.
binaryBuild(projectName: env.BUILD, buildConfigName: env.APP_NAME, artifactsDirectoryName: "oc-build")
binaryBuild(projectName: env.BUILD, buildConfigName: env.APP_NAME, buildFromPath: "oc-build")
}
}

Expand Down

0 comments on commit 8cb76e7

Please sign in to comment.