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.
|
kind: pipeline
|
|
type: docker
|
|
name: code-analysis
|
|
|
|
steps:
|
|
- name: code-analysis
|
|
image: plugins/sonarqube-scanner:linux-amd64
|
|
settings:
|
|
sonar_host: http://124.221.150.102:9000
|
|
sonar_token: squ_2f0d436632d5d7c0a5a9242fefb42ff3b9e30028
|
|
sonar_name: pert
|
|
sonar_key: pert
|
|
node:
|
|
role: pi-runner |