Skip to content

Commit

Permalink
perf: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jul 30, 2024
1 parent 7d3d209 commit 13ab8b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ def buildImage(appName, appVersion, type='CE') {
// Type EE, CE, MID, EE-MID
echo "Building ${appName}:${appVersion}"
def buildArgs = getDefaultBuildArgs()
if (extraBuildArgs) {
buildArgs += " ${extraBuildArgs}"
}

def passArgs = getDefaultPassArgs()
buildArgs += " ${passArgs}"

Expand Down

0 comments on commit 13ab8b3

Please sign in to comment.