commit
86776b6ab4
@ -0,0 +1,20 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: docker-build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
registry: hub.codefirst.iut.uca.fr
|
||||
repo: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-sonar
|
||||
username:
|
||||
from_secret: SECRET_REGISTRY_USERNAME
|
||||
password:
|
||||
from_secret: SECRET_REGISTRY_PASSWORD
|
@ -0,0 +1,6 @@
|
||||
FROM sonarqube:9.6-community
|
||||
|
||||
#COPY sonar-cxx-plugin-2.0.7.3119.jar /opt/sonarqube/extensions/plugins/
|
||||
COPY sonar-auth-oidc-plugin-2.1.1.jar /opt/sonarqube/extensions/plugins/
|
||||
COPY sonar-sql-plugin-1.2.4.jar /opt/sonarqube/extensions/plugins/
|
||||
COPY sonar-flutter-plugin-0.4.0.jar /opt/sonarqube/extensions/plugins/
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue