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.

Re: SCM option no more available in 'Trigger/call builds on other project' after upgrading

2019-06-17 Thread jayanta deb
if the SCM is git, then 'git webhook' can be used. On 18 Jun 2019 12:02 am, "jayanta deb" wrote: > u r using which SCM? > > > On 16 Jun 2019 8:03 pm, "Jyc Zuan" wrote: > >> Hi, >> >> >> I'm new to the group, I'm not s

Re: Running jobs sequentially on Jenkins ?

2019-07-09 Thread jayanta deb
Can go through the Jenkins pipeline doc to get the idea. On 9 Jul 2019 1:58 am, "vbfelipe" wrote: > Hi > > Im new on Jenkins and i wanna to execute the following test: > > I have a Project that have about 30 jobs and i need to execute them in > sequentially only at Monday of every week. > > I