This commit is contained in:
2020-03-19 14:07:04 +01:00
parent d2f36e4447
commit 094ddad39c

View File

@@ -26,6 +26,7 @@ spec:
image: gcr.io/cloud-builders/mvn
command:
- mvn
- -o
- -B
- compile
- com.google.cloud.tools:jib-maven-plugin:build
@@ -34,8 +35,8 @@ spec:
- -Djib.to.image=docker.io/beppev/$(params.image-name):$(params.image-tag)
- -Djib.from.auth.username=
- -Djib.from.auth.password=
- -Djib.from.auth.username=
- -Djib.from.auth.password=
- -Djib.to.auth.username=
- -Djib.to.auth.password=
workingDir: /source/$(params.DIRECTORY)
volumeMounts:
- name: $(params.CACHE)