Re: How to list all jobs having a Groovy post build script in Jenkins ?

2016-02-14 Thread valnci89
Thanks Victor for the quick reply. - valnci -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this

Re: plugin info

2016-02-14 Thread Irfan Sayed
please suggest. Regards, On Sat, Feb 13, 2016 at 9:25 PM, Irfan Sayed wrote: > Thanks. > I have written one plugin in which i have extended GlobalConfiguration. > The plugin works fine and i am able to add my plugin descriptor in the > global config. > however, now i

Re: Jenkins Workflow/Pipeline - Separate SCM / Gitlab

2016-02-14 Thread ok999
i simply create a job that check the SCM for any changes. And then set the pipeline job as downstream job. On Saturday, February 13, 2016 at 4:42:41 PM UTC-6, Peter Nijssen wrote: > > Hi all, > > I really would like to use the Jenkins Workflow/Pipeline plugin. The > problem I am currently

Re: maven build split log for each module

2016-02-14 Thread khmarbaise
Hi, if you are running inside jenkins you already have that option, cause in Jenkins you can navigate to the project and then on "Modules" and than select the appropriate module which shows the log only of that module... Kind regards Karl Heinz Marbaise On Sunday, February 14, 2016 at

Re: Unable to do my first ever build in Jenkins (using git as the source control)

2016-02-14 Thread Mark Waite
You need to install ant on that computer. Jenkins can do that for you. Use a Google search for the video "Jenkins in five minutes". It will show you how to configure automatic install of ant. On Sun, Feb 14, 2016, 12:14 AM ramagopr wrote: > Hi Mark, > > Now i get an

maven build split log for each module

2016-02-14 Thread Shurik
Hi, I have maven job that run many ( ~800 ) modules. main reactor pom.xml file. How I can split log file that each module will contains the log of module build? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from