Skip to content

Commit ca0dfc7

Browse files
committed
Specify Docker credentials
1 parent e6e84fe commit ca0dfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/mavenCiPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def call(Closure closure) {
77
def deployableBranchRegex = "master"
88

99
// Maven Config
10-
def mavenArgs = "-X -B -U -Dci=true"
10+
def mavenArgs = "-B -U -Dci=true"
1111
def mavenValidateProjectGoals = "clean initialize"
1212
def mavenNonDeployArgs = "-P sign"
1313
def mavenNonDeployGoals = "verify"

0 commit comments

Comments
 (0)