File tree Expand file tree Collapse file tree 1 file changed +5
-54
lines changed
plugins/sonar-qube/sonar-qube Expand file tree Collapse file tree 1 file changed +5
-54
lines changed Original file line number Diff line number Diff line change @@ -8,67 +8,18 @@ SonarQube 扫描插件。
8
8
master :
9
9
push :
10
10
- stages :
11
- - name : code -analysis
11
+ - name : sonar -analysis
12
12
image : aosapps/drone-sonar-plugin
13
13
settings :
14
- sonar_host :
15
- from_secret : sonar_host
16
- sonar_token :
17
- from_secret : sonar_token
14
+ sonar_host : your-sonar-host
15
+ sonar_token : your-sonar-token
18
16
` ` `
19
17
20
18
## 参数含义
21
19
22
- host
23
- : 目标主机名或 IP。
20
+ sonar_host: sonar 服务所在域名
24
21
25
- port
26
- : 目标主机 ssh 端口。
27
-
28
- username
29
- : 目标主机用户账户。
30
-
31
- password
32
- : 目标主机用户密码。
33
-
34
- key
35
- : 用户私钥明文。
36
-
37
- key_path
38
- : 用户私钥路径。
39
-
40
- envs
41
- : 在脚本部分提供的自定义 secrets。
42
-
43
- script
44
- : 在远端执行命令。
45
-
46
- script_stop
47
- : 第一次失败后停止脚本。
48
-
49
- timeout
50
- : ssh连接建立超时时间。
51
-
52
- command_timeout
53
- :命令执行超时时间。
54
-
55
- proxy_host
56
- : 代理主机名或 IP。
57
-
58
- proxy_port
59
- : 代理主机ssh端口。
60
-
61
- proxy_username
62
- : 代理主机用户账户。
63
-
64
- proxy_password
65
- : 代理主机用户密码。
66
-
67
- proxy_key
68
- : 代理私钥明文。
69
-
70
- proxy_key_path
71
- : 代理私钥路径。
22
+ sonar_token: sonar 服务授权 token
72
23
73
24
## 更多用法
74
25
You can’t perform that action at this time.
0 commit comments