You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
264 B
13 lines
264 B
|
3 years ago
|
kind: pipeline
|
||
|
|
type: docker
|
||
|
|
name: 代码分析
|
||
|
|
|
||
|
|
steps:
|
||
|
|
- name: 代码分析
|
||
|
|
image: aosapps/drone-sonar-plugin
|
||
|
|
settings:
|
||
|
|
sonar_host: http://124.221.150.102:9000
|
||
|
|
sonar_token: squ_2f0d436632d5d7c0a5a9242fefb42ff3b9e30028
|
||
|
|
|
||
|
|
node:
|
||
|
|
role: sonarqube
|