Open WadeBarnes opened 6 years ago
The following Jenkins slave images are available in the Pathfinder OpenShift environment;
These images are built off the sources found here; https://github.com/BCDevOps/openshift-components/tree/master/cicd
jenkins-slave-sonar is an image created for .net applications. Built from https://github.com/BCDevOps/openshift-components/blob/master/cicd/sonar/Dockerfile
jenkins-slave-sonar
Example using that image:
Question:
jenkins-slave-python3nodejs
Can jenkins-slave-sonar be used in place of jenkins-slave-python3nodejs so there is just one image used for Sonar scanning. If the image also contains Python, sure why not. Right now I am not sure it does.
The following Jenkins slave images are available in the Pathfinder OpenShift environment;
These images are built off the sources found here; https://github.com/BCDevOps/openshift-components/tree/master/cicd
jenkins-slave-sonar
is an image created for .net applications. Built from https://github.com/BCDevOps/openshift-components/blob/master/cicd/sonar/DockerfileExample using that image:
Question:
jenkins-slave-sonar
be used in place ofjenkins-slave-python3nodejs
so there is just one image used for Sonar scanning.