Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional documentation regarding available jenkins slave images for Sonar scanning #5

Open
WadeBarnes opened this issue Nov 9, 2018 · 1 comment

Comments

@WadeBarnes
Copy link
Member

The following Jenkins slave images are available in the Pathfinder OpenShift environment;

  • jenkins-slave-base-rhel7
  • jenkins-slave-bddstack
  • jenkins-slave-nodejs
  • jenkins-slave-nodejs6
  • jenkins-slave-py3nodejs
  • jenkins-slave-python-rhel7
  • jenkins-slave-python3nodejs (created for Sonar scanning)
  • jenkins-slave-sonar (created for Sonar scanning .net applications)
  • jenkins-slave-zap (created for zap scanning)

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

Example using that image:

Question:

  • Can jenkins-slave-sonar be used in place of jenkins-slave-python3nodejs so there is just one image used for Sonar scanning.
@rstens
Copy link
Collaborator

rstens commented Nov 13, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants