Heavy checkouts for pull requests take a lot of disk space on our master server

2019-09-24 Thread Damien Garrido
Hello, While using the Bitbucket Branch Source plugin version 2.4.0 along with the Stash Pullrequest Builder plugin version 1.7.0, when a change request is processed by Jenkins, a preliminary checkout is done on the master server in order to retrieve the Jenkinsfile, i.e. the "Checking out git

Re: Heavy checkouts for pull requests take a lot of disk space on our master server

2019-09-24 Thread Mark Waite
If the Bitbucket branch source allows it, you can create a reference repository on the master and add the extension to enable use of the reference repository during checkout. Refer to https://youtu.be/jBGFjFc6Jf8?t=6434 for hints on handling large git repos (Jenkins World 2017 lightning talk on "G

Ansible Playbook using Jenkins

2019-09-24 Thread Vikrant Kaushik
Hi All, Can anybody advise how to run Ansible playbook using Jenkins if we have any relevant link available? regards Vikrant -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, s

Re: Ansible Playbook using Jenkins

2019-09-24 Thread 'Toby Hersey' via Jenkins Users
hey, I actually just use the 'sh commands and call the ansible playbooks as you would on the command line . There is however an Ansible plugin which looks like a better approach https://medium.com/devops-process-and-tools/configure-jenkins-job-with-ansible-jenkins-plugin-to-setup-ci-for-ansible-pl

Re: Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-09-24 Thread Eric Engstrom
On Monday, September 23, 2019 at 11:08:58 AM UTC-5, Daniel Beck wrote: > > Jenkins uses the update center metadata to show applicable warnings. It > would be a bit of a hack, and use internals not meant for public > consumption, but you could do that, too. See the bottom of > https://updates.j

Re: Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-09-24 Thread Daniel Beck
Core cannot send emails, that's the mailer plugin. So if you need emails, it'd be in a (probably new) plugin. Core however could log warnings; the main problem I see here is that there are no listeners/hooks to be notified when an update site is updated, so it's not quite trivial to log only once

docker getting stopped, how to launch a background process

2019-09-24 Thread Eser Kandogan
Hi, As part of my jenkins pipeline I would like to launch a server in a docker image but it seems docker is stopped when/if the last command is put in background. How can I fix this? Here is the Jenkinsfile: node { checkout scm def backendImage = docker.build("backend-image", "./images/