Skip to content

Commit 13b7965

Browse files
authored
Update common.groovy
1 parent 1f224ef commit 13b7965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/common.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ def call(String stageName){
1010
}
1111
else if ("${stageName}" == "Upload Into Nexus")
1212
{
13-
sh "mvn clean deploy"
13+
sh "mvn deploy"
1414
}
1515
}

0 commit comments

Comments
 (0)