1 changed file
bitbucket-pipelines.yml | ||
Add comment 16 - mvn -B org.jacoco:jacoco-maven-plugin:prepare-agent verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
Add comment 17 artifacts:
Add comment 18 - target/**
Add comment 19 Minus
Add comment 19 Plus - step: &build-test
Add comment 20 Plus name: Build and test
Add comment 21 Plus caches:
Add comment 22 Plus - maven
Add comment 23 Plus script:
Add comment 24 Plus - mvn -B verify
Add comment 25 Plus artifacts:
Add comment 26 Plus - target/**
Add comment 20 27 pipelines:
Add comment 21 28 default:
Add comment 29 Plus - step: *build-test
Add comment 30 Plus branches:
Add comment 31 Plus master:
Add comment 22 32 - step: *build-test-sonarcloud
Add comment 23 33 pull-requests:
Add comment 24 34 '**':