Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-api
Commits
5063a162
Commit
5063a162
authored
Aug 21, 2025
by
Roger Wu
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Jenkinsfile
parent
366bc32c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
5063a162
...
@@ -15,7 +15,7 @@ pipeline {
...
@@ -15,7 +15,7 @@ pipeline {
}
}
stage
(
'Build Docker Image'
)
{
stage
(
'Build Docker Image'
)
{
steps
{
steps
{
sh
'''mvn docker:build
sh
'''mvn docker:build
-Ddocker.platform.arch=arm64 -Djib.to.tags=arm64
IFS=$\'
IFS=$\'
\';
\';
for info in $(docker images|grep $image_prefix/$docker_image_name);
for info in $(docker images|grep $image_prefix/$docker_image_name);
...
...
Roger Wu
@roger.wu
mentioned in commit
2cf1c191
·
Aug 21, 2025
mentioned in commit
2cf1c191
mentioned in commit 2cf1c19144197da4ea57232feaae242d8e989253
Toggle commit list
Roger Wu
@roger.wu
mentioned in merge request
!12
·
Aug 21, 2025
mentioned in merge request
!12
mentioned in merge request !12
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment