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
|
|
ttype: docker
|
|
name: ShakeAndCraft
|
|
|
|
trigger:
|
|
event:
|
|
- push
|
|
|
|
steps:
|
|
- name: sonarqube
|
|
image: openjdk:latest
|
|
environment:
|
|
SONAR_TOKEN:
|
|
from_secret: SONAR_TOKEN
|
|
SONAR_HOST_URL: "https://your-sonarqube-url.com"
|
|
settings:
|
|
sources: ./ShakeAndCraft/
|
|
commands:
|
|
- sonar-scanner |