Skip to content

Commit

Permalink
Remove AGENT_RPM args on docker so bundled java takes over (#2121)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored May 13, 2022
1 parent 918d4b3 commit 62a6bda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions jenkins/opensearch-dashboards/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ pipeline {
docker {
label AGENT_X64
image IMAGE_RPM
args dockerAgent.args
alwaysPull true
}
}
Expand Down Expand Up @@ -399,7 +398,6 @@ pipeline {
docker {
label AGENT_ARM64
image IMAGE_RPM
args dockerAgent.args
alwaysPull true
}
}
Expand Down
2 changes: 0 additions & 2 deletions jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ pipeline {
docker {
label AGENT_X64
image IMAGE_RPM
args dockerAgent.args
alwaysPull true
}
}
Expand Down Expand Up @@ -435,7 +434,6 @@ pipeline {
docker {
label AGENT_ARM64
image IMAGE_RPM
args dockerAgent.args
alwaysPull true
}
}
Expand Down

0 comments on commit 62a6bda

Please sign in to comment.