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.
snarwork/.drone.yml

31 lines
537 B

kind: pipeline
2 years ago
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo hello world
node:
role: pi-runner
2 years ago
---
kind: pipeline
2 years ago
type: docker
3 years ago
name: code-analysis
steps:
3 years ago
- name: code-analysis
3 years ago
image: plugins/sonarqube-scanner:linux-amd64
settings:
3 years ago
sonar_host: http://124.221.150.102:9000
2 years ago
sonar_token: sqp_1f8c46141040c583d8e1f81f4f8302230ee1317e
3 years ago
sonar_name: pert
sonar_key: pert
2 years ago
level: TRACE
showProfiling: true
node:
3 years ago
role: pi-runner