File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/setup-java@v1
21
21
with :
22
22
java-version : 11
23
- - name : Build Snapshot
23
+ - name : Build and Analyze
24
24
env :
25
25
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
26
- SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
27
26
run : |
28
27
cd initial
29
28
export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain test --domain-owner ${{ secrets.AWS_ACCOUNT_ID }} --query authorizationToken --output text`
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: PR-BUILD
3
3
on :
4
4
workflow_call :
5
5
pull_request :
6
- branches : [ master ]
6
+ branches : [ development ]
7
7
8
8
jobs :
9
9
PR-CHECK :
17
17
run : |
18
18
cd initial
19
19
bash ./gradlew -Pbuild_target=SNAPSHOT clean build jacocoTestReport spotlessApply spotbugsMain
20
- bash ./gradlew -Pbuild_target=SNAPSHOT dependencyCheckAggregate --info
20
+ # bash ./gradlew -Pbuild_target=SNAPSHOT dependencyCheckAggregate --info
21
21
bash ./gradlew -Pbuild_target=SNAPSHOT sonarqube showSonarQubeLink --info
Original file line number Diff line number Diff line change 1
1
artifactory_contextUrl =https://test-137546367210.d.codeartifact.us-east-1.amazonaws.com/maven/spring-services/
2
2
org.gradle.daemon =true
3
3
org.gradle.parallel =true
4
+ systemProp.sonar.host.url =http://20.127.249.132
4
5
systemProp.sonar.projectKey =rest-uservice
5
6
systemProp.sonar.buildbreaker.skip =false
You can’t perform that action at this time.
0 commit comments