Skip to content

Commit 90e5c6a

Browse files
committed
Added deploy phase to jenkinsfile.sb
1 parent 3de50ec commit 90e5c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.sb

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipeline {
5555
stage('Build') {
5656
steps {
5757
script {
58-
spring_boot_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install", returnStatus: true
58+
spring_boot_itests_result = sh script: "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true clean install deploy", returnStatus: true
5959
}
6060
}
6161
post {

0 commit comments

Comments
 (0)