Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -53,10 +53,10 @@ pipeline { /* Wait until mysql service is up */ sh 'while ! mysqladmin ping -hdb --silent; do sleep 1; done' } docker.image('maven:3-alpine').inside() { checkout scm sh 'mv src/main/resources/application.properties.production src/main/resources/application.properties' sh 'mvn test' sh 'mvn verify sonar:sonar' } Loading Loading
Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -53,10 +53,10 @@ pipeline { /* Wait until mysql service is up */ sh 'while ! mysqladmin ping -hdb --silent; do sleep 1; done' } docker.image('maven:3-alpine').inside() { checkout scm sh 'mv src/main/resources/application.properties.production src/main/resources/application.properties' sh 'mvn test' sh 'mvn verify sonar:sonar' } Loading