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
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
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
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
Hi All,
I am using jenkins version 2.11 . I want to use jenkins pipeline plugin
feature. We have branches in GIT which are release specific. I want that if
a new branch is created in GIT, then automatically a job should be created
in jenkins which atleast can do a code checkout .
Please guide m