This commit is contained in:
Hyatt 2020-07-12 16:31:54 -05:00
parent 741bd12426
commit e26c8e567d
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -87,7 +87,6 @@ spec:
container('kaniko') {
writeFile file: workspace + '/Dockerfile', text: dockerfile
sh "/kaniko/executor --context \"${workspace}\" -f \"${workspace}/Dockerfile\" --destination \"registry.test-chamber-13.lan:5000/nhyatt/${app_name}:latest\""
"""
}
}
}