Re: migrate downstream jobs to pipeline

2016-07-24 Thread Shurik
t it. On Sunday, 24 July 2016 16:31:14 UTC+3, Baptiste Mathus wrote: > > Move 'build E' instruction in the 'one' closure, just after build B. > > Le 24 juil. 2016 2:52 PM, "Shurik" > a > écrit : > > Hi, > > I have the below graph job definit

migrate downstream jobs to pipeline

2016-07-24 Thread Shurik
build 'D' build 'E' } in this configuration E will wait till C job finished. Thanks, Shurik -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails f

CD for Jenkins changes

2016-05-17 Thread Shurik
In our production jenkins we have many jobs. The operators change the job configuration and script that run in CI. Sometimes this change causes a failure. I searched the way how to do CD for this change. I thought about creating a staging jenkins, but I see a problem with jobs sync ( I don

pipeline rest api

2016-05-17 Thread Shurik
Hi, Does the pipeline support rest api? I want via curl get the pipeline execution steps/status. Thanks, Shurik -- 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, sen

maven job in jenkins 2

2016-05-17 Thread Shurik
Hi, I can't find the option to create maven job in jenkins 2. Does jenkins 2 will support it like in jenkins 1.* ? Does the pipeline will support it too ? Thanks, Shurik -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

validation plugin

2016-03-23 Thread Shurik
Hi, I search for plugin that can do some validation before job is starting. I want to check the free space on filesystem, db connection. Please advise if this plugin already exists. ( I can't find it in the plugin list ) Thanks, Shurik -- You received this message because you are subsc

sync perforce workspace

2016-03-05 Thread Shurik
Hi, I have maven incremental job with SCM ( perforce ). The incremental option check the SCM changes and based on it choose which maven module to run. Sometimes I need to manually sync the perforce workspace in order to skip the maven module build. But when I do it in correct perforce workspa

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 th

re-run build step if failed

2015-03-26 Thread Shurik
Hi, I have the job that has shell build step. I want to re-run this build step if it failed on the first time. I need to configure it on the same job ( I can't define other job for it or use the naginator plugin - project restriction ) How can I configure it? Thanks, Shurik -- You rec