Re: [BitBucket Branch Source] Double PR builds

2018-05-21 Thread Dan Tran
Anyone using BitBucket + Multi branch source plugin sees the same issue? -D -- 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, send an email to

Re: Create a Jenkins Pipeline job for merge requests

2018-05-21 Thread Supertwister
Currently i have a freestyle job in Jenkins that triggering on Gitlab merge request event. This job runs my end-to-end test. Now need to know how to send Gitlab the result of the test, In order to know whether to merge the branches or not. I also planning to convert the freestyle job to a

Re: Unable to run Jenkins inside docker container through ansible

2018-05-21 Thread Ramanathan Muthaiah
> > This is starting the container but not able to run jenkins due to which i > am not able to login to jenkins host. > > Can anyone guide me what do to ? > Have you looked at the Docker container logs? /Ram -- You received this message because you are subscribed to the Google Groups

Re: Pipeline script : Run job once the first job finishes.

2018-05-21 Thread Ramanathan Muthaiah
> > node { > > stage('Build Virtual Machine') { > > > > build job: 'Misc_Jobs/VM_Request_And_Validation', parameters: [ > > string(name: 'Hostname', value:'satclient8'), > > string(name:'DSType', value: "NAS")], wait: true > > > > } > >

Re: Create a Jenkins Pipeline job for merge requests

2018-05-21 Thread Brian Benson
What have you tried? On Monday, May 21, 2018 at 8:20:40 AM UTC-6, Supertwister wrote: > > Hello, > I've started lately to use Jenkins and i need some help with creating a > pipeline. > > I want to create the following pipeline: > For each merge request from develop to master in Gitlab, Trigger a

Create a Jenkins Pipeline job for merge requests

2018-05-21 Thread Supertwister
Hello, I've started lately to use Jenkins and i need some help with creating a pipeline. I want to create the following pipeline: For each merge request from develop to master in Gitlab, Trigger a Jenkins job that run an end-to-end test, And merge the branches in Gitlab only if the test

Pipeline script : Run job once the first job finishes.

2018-05-21 Thread Apurba Sarkar
Hi All, I am very much new to Jenkins. I need your help. I have 2 jobs: Misc_Jobs/VM_Request_And_Validation Misc_Jobs/SS_Install_Jboss I have created one simple pipeline using Groovy Pipelines where the jobs should run one after another. node { stage('Build

Unable to run Jenkins inside docker container through ansible

2018-05-21 Thread Bishwajit Samanta
Dear All, I am not able to run jenkins inside docker container using ansible playbook. Jenkins is getting started but unable to run it - name: Download Jenkins Container docker_container: name: Jenkins_server image: jenkins state: started ports: - "8080:8080"

Best way to connect agent on OSX

2018-05-21 Thread Will Wagner
I want to add a new agent running OSX. What is the recommended way of doing this? It's very easy to get this working by using ssh as the launch agent. Does this give any less functionality than trying to get java web start working? Are there up to date instructions anywhere on how to get java