Re: Jenkins Pipeline Issue

2016-09-17 Thread vishad alekh
Hi, The file name is correct. But still Jenkins is not able to create a new job on seeing Jenkinsfile.Rather,when I deleted the multipipeline job and created it again then I was able to get a job with the same nam

Re: Jenkins Pipeline Issue

2016-08-30 Thread Baptiste Mathus
What do indexing logs say? Did you actually write Jenkinsfile or JenkinsFile as in your mail. If the latter, then it's normal, it should be Jenkinsfile. Cheers Le 23 août 2016 8:52 PM, "vishad alekh" a écrit : > Thanks for the reply Mathus. > > > I have uploaded the JenkinsFile in the repo (GI

Re: Jenkins Pipeline Issue

2016-08-23 Thread vishad alekh
Thanks for the reply Mathus. I have uploaded the JenkinsFile in the repo (GIT) . After running the job i am still not getting the desired result . No job is getting created for new branch . The job is just prunning stale remotes and getting remote branches . After that its showing success. C

Re: Jenkins Pipeline Issue

2016-08-22 Thread Baptiste Mathus
You want to have a look at the Pipeline Multibranch Plugin. Define a Jenkinsfile in the repo with your build logic. Then each time you create a new branch it will be indexed and built if such a Jenkinsfile can be found. Cheers Le 22 août 2016 11:40 PM, "vishad alekh" a écrit : > Hi All, > > I