Skip to content

Commit b35ccba

Browse files
Update Jenkinsfile
1 parent a101792 commit b35ccba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ pipeline
4242
}
4343
}
4444

45+
stage('Release')
46+
{
47+
when { branch "master" }
48+
49+
steps
50+
{
51+
sh 'mvn clean deploy -Dmaven.test.skip=true'
52+
}
53+
}
54+
4555
stage('SonarQube')
4656
{
4757
steps

0 commit comments

Comments
 (0)