Skip to content

Commit a0e7c09

Browse files
authored
Update common.groovy
1 parent 1f224ef commit a0e7c09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vars/common.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ def call(String stageName){
1212
{
1313
sh "mvn clean deploy"
1414
}
15+
else if ("${stageName}" == "Upload Into Tomcat")
16+
{
17+
sh "mvn deploy"
18+
}
1519
}

0 commit comments

Comments
 (0)