forked from opentiny/tiny-engine-backend-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck.yml
More file actions
18 lines (17 loc) · 757 Bytes
/
check.yml
File metadata and controls
18 lines (17 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: 2.0
steps:
pre_codecheck:
- checkout
- sh:
command: |
cd${WORKSPACE}/code && export PATH=/opt/buildtools/maven/apache-maven-3.6.3/bin:$PATH && mvn -version && mvn clean compile -Dmaven.test.skip=true -gs /usr1/maven/settings/cbu-maven-user-settings.xml -S /usr1/maven/settings/cbu-maven-user-settings.xml
effect_tool: spotbugs
tool_params:
secsolar:
compile_script: export PATH=/opt/buildtools/maven/apache-maven-3.6.3/bin:$PATH && mvn -version && mvn clean compile -Dmaven.test.skip=true -gs /usr1/maven/settings/cbu-maven-user-settings.xml -S /usr1/maven/settings/cbu-maven-user-settings.xml
spotbugs:
compileScriptCmd:
workingPath: ./
compileScriptNote:
compileScriptType:
jdkVersion: