Commit 2cf1c191 authored by Roger Wu's avatar Roger Wu

Revert "Update Jenkinsfile"

This reverts commit 5063a162
parent 5063a162
......@@ -15,7 +15,7 @@ pipeline {
}
stage('Build Docker Image') {
steps {
sh '''mvn docker:build -Ddocker.platform.arch=arm64 -Djib.to.tags=arm64
sh '''mvn docker:build
IFS=$\'
\';
for info in $(docker images|grep $image_prefix/$docker_image_name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment