corrects dockerfile location
This commit is contained in:
@ -50,7 +50,7 @@ RUN apt-get update && \\
|
||||
container ('kaniko') {
|
||||
script {
|
||||
declarativeFunctions.buildContainerMultipleDestinations(
|
||||
dockerFile: readFile(file: "${workspace}/Dockerfile"),
|
||||
dockerFile: dockerFile,
|
||||
repositoryAccess: [
|
||||
[
|
||||
repository: repository,
|
||||
|
Reference in New Issue
Block a user