odavid / my-bloody-jenkins

Self Configured Jenkins Docker image based on Jenkins-LTS
MIT License
251 stars 71 forks source link

Docker Clouds Configuration #193

Closed amihab closed 3 years ago

amihab commented 3 years ago

Hi Ohad,

Long time, hope you are doing well ...

I am trying to configure the Clouds -> Docker -> Docker Agent templates -> Container settings --> Shared Memory Size in MB

Looks like setting is available in ecs clouds, but missing in docker cloud,.

Thanks in advance!!

odavid commented 3 years ago

Hi @amihab! Hope you are doing well as well 😄

Created a PR and will merge and release when it is ready. Best!

odavid commented 3 years ago

@amihab

  docker-cloud:
    type: docker
    templates:
      - name: dockerslave
        image: jenkinsci/jnlp-slave:latest
        shmSize: 100 # size in MB

A release is on its way...