Re: build image based on PullRequest and test it

2019-05-26 Thread Piotr Bracha
Sorry for late answer from me. Thank you for your solution. Really appreciate. It's really hard subject for me (not long time ago I have only heard about something like Jenkins and Docker). Currently I have: 1. Multibranch Pipeline. 2. Dockerfile is inside project folder. What is "Jenkins ChangeSet

Re: How to enable Jenkins security, so that while login userid and password should ask

2019-05-26 Thread Rick
Hi JD, You can enable the security first, but allow anyone could do anything. Then you can create a new user or just reset the password. On Mon, May 27, 2019 at 7:01 AM jayanta deb wrote: > Hi All, > > I am new in Jenkins. > > as i forgot the userid/pwd of the jenkins, hence was not able to log

Jenkins ParameterizedRemoteTrigger fails calling a job (but job runs ok)

2019-05-26 Thread Elhanan Maayan
hi.. i'm keep getting this exception when calling a remote job from jenkins (version 2.164.1) on a remote server version (2.174) however when installing a new jenkins 2.174 on my own machine the remote call works. the job itself is very simple no parameters, or anything, but it still fai

How to enable Jenkins security, so that while login userid and password should ask

2019-05-26 Thread jayanta deb
Hi All, I am new in Jenkins. as i forgot the userid/pwd of the jenkins, hence was not able to login. To solve this problem, i have modified the useSecurity of /var/lib/jenkins/congif.xml from *true *to *false*. After that i restart jenkins and was able to access jenkins without userid/pwd. n