Re: Issue while integrating Jenkins with bitbucket

2020-04-11 Thread Mark Waite
On Sat, Apr 11, 2020 at 6:14 PM swathi mudumbai wrote: > Yes, Jenkins already has git plugin installed. So right now, Jenkins in my > system has both bitbucket and git plugins. > > Regarding the orginal issue, I even tried with git windows client ( > http://git-scm.com/download/win) instead of s

Re: Issue while integrating Jenkins with bitbucket

2020-04-11 Thread swathi mudumbai
Yes, Jenkins already has git plugin installed. So right now, Jenkins in my system has both bitbucket and git plugins. Regarding the orginal issue, I even tried with git windows client (http://git-scm.com/download/win) instead of source tree GUI client on my pc. With git windows client, I tr

Re: [JNLP][Agent][Docker] connect an Agent to a Jenkins instance using self-signed certs

2020-04-11 Thread Ivan Fernandez Calvo
Well, it was a stupid thing the URL that I pass to the Docker container is the JNLP agent URL ( https://jenkins:9443/computer/jnlp-agent/slave-agent.jnlp ), it should be the Jenkins URL (https://jenkins:9443 ), so that's my error. This

Disable concurrency on matrix

2020-04-11 Thread Felipe pi pe
I have a declarative pipeline set up with a matrix, and I'm trying to get it to only run one of the matrix's cells at a time. I've tried using the "disableConcurrentBuilds" option, but when adding it to the stage's or the matrix's options, I get an error saying it's an invalid option type. Any

[JNLP][Agent][Docker] connect an Agent to a Jenkins instance using self-signed certs

2020-04-11 Thread Ivan Fernandez Calvo
Hi, I have a Jenkins instance running (2.230, also I have tested LTS) on a Docker container using only HTTPS with self-signed certificates, in the same network I start an SSH Build Agent and a JNLP Agent, the SSH Build agent connects without issues, but the JNLP gives me an error I dunno what i