How to whitelist Build Flow Plugin

2020-03-20 Thread Jagjeet Singh
ar jenkins.war ... It has turned my existing Jenkins server to newly installed one. I have to configure everything from fresh. All the jobs are missing. Also is there any other way by which we can whitelist the build flow plug-in? PS: My Jenkins Project's is on Linux. So looking for solution w

What is the journey to migrate my jenkins1(Build flow DSL) jobs to jenkins2 pipeline. Can Anybody out here can guide me in this jouney as I am just a new entrant in this area Please its urgent

2019-01-31 Thread davish bhardwaj
What is the journey to migrate my jenkins1(Build flow DSL) jobs to jenkins2 pipeline. Can Anybody out here can guide me in this jouney as I am just a new entrant in this area Please its urgent -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Re: Re[4]: Jenkins white-list for Build flow plugin

2018-08-27 Thread Oleg Nenashev
ions, e.g. "java > -Djenkins.security.ClassFilterImpl.SUPPRESS_WHITELIST=true -jar jenkins.war > ..." > > I use Jenkins plugin Build-flow that is deprecated and not supported, but > I need it. > > It's better to consider migrating from the plugin. > The f

Re: Re[2]: Jenkins white-list for Build flow plugin

2018-08-26 Thread Oleg Nenashev
ions, e.g. "java -Djenkins.security.ClassFilterImpl.SUPPRESS_WHITELIST=true -jar jenkins.war ..." I use Jenkins plugin Build-flow that is deprecated and not supported, but I > need it. > It's better to consider migrating from the plugin. The functionality was largely replaced by Pipeline, and the plugin has not bee

How can i trigger Job-B if Job-A is failed in jenkins build flow

2016-12-12 Thread ravi
Hi, In Jenkins build flow iam trying to trigger Job-B when Job-A is expected to be failed. In below script its entering into the if condition of Job-B and iam able to see the print message as well but Job-B is not triggering. How can i handle when Job-A is expected to fail and need to

Re: Is there option to display all recursive jobs of build flow in build monitor view ??

2016-07-11 Thread Harry G.
37 UTC+2, Ram D wrote: > > Hi All, > > Jenkins Version 1.642.4 > > I am currently stuck while display of build results on monitor view > > My jenkins configuration goes like this - > > I have many tests to be executed using Jenkins. To achieve that, I created > a bui

Build Flow Test Aggregator - where is test results stored?

2016-07-08 Thread Jacqueline Taing
I'm using the Build Flow Test Aggregator <https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Test+Aggregator+Plugin> plugin, which aggregates Junit test results for a build flow. Where is the actual aggregated test results file stored on disk? Thanks, -jacqui -- You re

Re: Is there option to display all recursive jobs of build flow in build monitor view ??

2016-07-07 Thread Ram D
oes like this - > > I have many tests to be executed using Jenkins. To achieve that, I created > a build flow job (e.g test_flow) which executes one other "Testing" job > with test names as parameters. Sample code of build flow is given below - > > testsetlist = ["

Is there option to display all recursive jobs of build flow in build monitor view ??

2016-07-06 Thread Ram D
Hi All, Jenkins Version 1.642.4 I am currently stuck while display of build results on monitor view My jenkins configuration goes like this - I have many tests to be executed using Jenkins. To achieve that, I created a build flow job (e.g test_flow) which executes one other "Testing"

Jenkins Version 1.642.4: Way to display all recursive jobs of build flow in build monitor view

2016-07-05 Thread Ram D
Hi All, I am currently stuck while display of build results on monitor view Firstly some information regarding my jenkins configuration. I have many tests to be executed using Jenkins. In order to achieve that, I created a build flow job (e.g test_flow) which executes one other "Testing

Migrate Build Flow to Pipeline

2016-06-01 Thread AJ Ferrigno
Hello, I am working towards migrating our Build Flow DSL to Pipelines. I would like to create some sort of migration document to help other people, since I can't seem to find a straight-forward document anywhere quite yet. I have figured most things out thanks to documentatio

Re: Upgrading to Jenkins 2.2 Breaks Build Flow Plugin DSL Editing

2016-05-26 Thread AJ Ferrigno
it. > > [1] not forgetting the merit of Nicolas and this plugin, which was > actually one of the inspirations for the Pipeline plugin. > > 2016-05-24 16:52 GMT+02:00 nicolas de loof : > >> Pipeline is not perfect but definitively is more mature than build-flow >> has ever bee

Re: Upgrading to Jenkins 2.2 Breaks Build Flow Plugin DSL Editing

2016-05-25 Thread Baptiste Mathus
t perfect but definitively is more mature than build-flow > has ever been (*) > > (*) I'm build-flow initial author, and gave up for major technical > limitations > > 2016-05-24 16:48 GMT+02:00 Stefan Thomasson : > >> It is said that jenkins 2.x should be backwards compatibl

Re: Upgrading to Jenkins 2.2 Breaks Build Flow Plugin DSL Editing

2016-05-24 Thread nicolas de loof
Pipeline is not perfect but definitively is more mature than build-flow has ever been (*) (*) I'm build-flow initial author, and gave up for major technical limitations 2016-05-24 16:48 GMT+02:00 Stefan Thomasson : > It is said that jenkins 2.x should be backwards compatible so I no

Re: Upgrading to Jenkins 2.2 Breaks Build Flow Plugin DSL Editing

2016-05-24 Thread Stefan Thomasson
opinion. > 24 maj 2016 kl. 16:09 skrev AJ Ferrigno : > > Hello, > > We have been using the Build Flow plugin for about a year now. We have a > large block of DSL which we mostly needed for parallel execution. > > I have just tried upgrading to Jenkins 2.2, and I am now unab

Upgrading to Jenkins 2.2 Breaks Build Flow Plugin DSL Editing

2016-05-24 Thread AJ Ferrigno
Hello, We have been using the Build Flow plugin for about a year now. We have a large block of DSL which we mostly needed for parallel execution. I have just tried upgrading to Jenkins 2.2, and I am now unable to edit the DSL in our existing Build Flow job. I open the job, click configuration

Re: Parallel from build flow plugin never ends

2016-05-05 Thread alexmkv
ecuted sequentially. On Thursday, May 5, 2016 at 8:09:33 PM UTC+3, stefan thomasson wrote: > > Hi, > Check if your builds are merged with already queued builds, identical > parameters could cause this. > > > 4 maj 2016 kl. 09:28 skrev alexmkv >: > > We have one job tha

Re: Parallel from build flow plugin never ends

2016-05-05 Thread Stefan Thomasson
Hi, Check if your builds are merged with already queued builds, identical parameters could cause this. > 4 maj 2016 kl. 09:28 skrev alexmkv : > > We have one job that executes several other using build flow jenkins plugin. > > Main points of used flow DSL: >

Parallel from build flow plugin never ends

2016-05-04 Thread alexmkv
We have one job that executes several other using build flow jenkins plugin. Main points of used flow DSL: def parallelJobs = []; jobParams.each { ... parallelJobs.add({ res = build(jobName , PARAM_NAME: param_value ... another_params ... ) }) } parallel

Re: Build Flow Plugin - Dynamic Job Invocation

2016-04-07 Thread Venkata Amirineni
did you figure out a solution? On Wednesday, April 22, 2015 at 11:08:22 AM UTC-4, Zile Rehman wrote: > > I am trying to use the Build Flow Plugin ( > https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin) to > dynamically define a parallel build job. > > In my

Re: How to pass parameter from build batch job to build flow job

2016-03-30 Thread Noel Yap
Job A isn't really setting VAR_REV. Instead, it's setting it in a local scope (ie it shells out, sets the env var in that shell, then exits the shell). Try using the Inject Environment Variable plugin. On Wed, Mar 30, 2016 at 3:52 PM nguyen wrote: > Hi, > > I have two build job *A* and *B*. > j

How to pass parameter from build batch job to build flow job

2016-03-30 Thread nguyen
Hi, I have two build job *A* and *B*. job *A *build by "Execute Windows Batch Command" job *B* build by "Flow" In job *A*, I set "This build is parameterized" -> String Parameter -> Name = VAR_REV and Default = 123 In job *A* "Execute Windows Batch Command", I set as below echo %VAR_REV% set

Re: Build Flow Plugin with Node Label Parameter Plugin

2016-02-19 Thread Nooram Chawla
On Tuesday, March 3, 2015 at 9:10:40 PM UTC+5:30, Katie Outram wrote: > > Has anyone had success using the Build Flow Plugin with the Node Label > Parameter Plugin? > > Right now I have a build flow that executes some of the steps on Machine A > and other steps on Machine B, ev

Re: Build-flow plugin - fetching script from SVN/Git

2016-02-11 Thread nicolas de loof
You should look at Pipeline plugin, which do support storing build DSL definition in project SCM (as so called "Jenkinsfile") DSL syntax is not the same as build-flow, but comparable so as you just started using it migrating will not be such an issue. 2016-02-11 14:48 GMT+01:00 Tomas

Build-flow plugin - fetching script from SVN/Git

2016-02-11 Thread Tomasz Szandała
y. [EnvInject] - Injecting contributions. Building on master in workspace /var/jenkins/jobs/szandala.factory_test/workspace [build-flow] reading DSL from file 'factory.dsl' FATAL: /var/jenkins/jobs/szandala.factory_test/workspace/factory.dsl (No such file or directory)java.io.FileNotFoundExceptio

Build Flow Plugin: How to get possible parameter values from Job

2016-02-04 Thread Elias Kirchgässner
I' ve got a job which deploys the software to different customers. CUSTOMER has e.g 4 options C1, C2, C3 Now I want to trigger a build for each of them with build flow plugin. Pseudo code: def customers=job("Deploy").getParameter(1).getOptions() foreach(customer in customers)

Re: how to execute a shell script in build flow "flow" dsl section

2015-12-24 Thread John VanRyn
PathToWorkSpace": PathToWorkSpace) build(JobCode+"-unicas-commonservices-bld", "PathToWorkSpace": PathToWorkSpace) }, { build(JobCode+"-configuration-ui-bld", "PathToWorkSpace": PathToWorkSpace) build(JobCode+"-u

Re: Build flow "build" function doesn't return a build object if FAILED or UNSTABLE

2015-12-03 Thread Stefan Thomasson
Hi, >From my experience Build flow do not throw an exception if the build is >aborted, unstable or failed, assuming the build actually started and completed >normally. I assume you have checked what exception was caught. > 3 dec 2015 kl. 10:51 skrev Valeriy Leykin : >

Re: Build flow "build" function doesn't return a build object if FAILED or UNSTABLE

2015-12-03 Thread Valeriy Leykin
Orr wrote: > > Hi there, > > On 01/12/15 14:17, Valeriy Leykin wrote: > > I'm using the build flow in my jobs and I would like to get any build > > result from build object even if the build is failed or unstable. > > I haven't used Build Flow, but I wou

Re: Build flow "build" function doesn't return a build object if FAILED or UNSTABLE

2015-12-01 Thread Christopher Orr
Hi there, On 01/12/15 14:17, Valeriy Leykin wrote: > I'm using the build flow in my jobs and I would like to get any build > result from build object even if the build is failed or unstable. I haven't used Build Flow, but I would guess that this is a basic scoping problem. BU

Build flow "build" function doesn't return a build object if FAILED or UNSTABLE

2015-12-01 Thread Valeriy Leykin
Hi, I'm using the build flow in my jobs and I would like to get any build result from build object even if the build is failed or unstable. For example: try{ BUILD_TO_RETURN = build(parameters: newparams, job: jobName, quietPeriod : 5); println("Result is: " + BUILD_TO_R

How to get number of aggregated test results from pararell jobs run from build flow dsl in same build flow DSL?

2015-11-06 Thread Jakub Gładykowski
Hi, I got this simple snippet of build flow job which schedules few hundred jobs to be run parallel on many nodes: jobs = build.environment.get("TEST_LIST").split(",") jobs_to_run = [] number_of_jobs = jobs.size() jobs.each { def job_name = it def closure = {

Re: Access BUILD_CAUSE and BUILD_CAUSE_USERIDCAUSE through Build Flow DSL

2015-11-02 Thread Stefan Thomasson
ollowing ways: >>> >>> 1. println "BUILD_CAUSE = $BUILD_CAUSE" >>> build failed - error: >>> ERROR: Failed to run DSL Script >>> groovy.lang.MissingPropertyException: No such property: BUILD_CAUSE for >>> class: Script1 >>> >&

Re: Access BUILD_CAUSE and BUILD_CAUSE_USERIDCAUSE through Build Flow DSL

2015-11-02 Thread Stefan Thomasson
the following ways: >>> >>> 1. println "BUILD_CAUSE = $BUILD_CAUSE" >>> build failed - error: >>> ERROR: Failed to run DSL Script >>> groovy.lang.MissingPropertyException: No such property: BUILD_CAUSE for >>> class: Script1 >>>

Re: Access BUILD_CAUSE and BUILD_CAUSE_USERIDCAUSE through Build Flow DSL

2015-11-01 Thread GS_L
ry=groovy.lang.MissingPropertyException>: >> No such property: BUILD_CAUSE for class: Script1 >> >> >> 2. println build.properties["environment"]["BUILD_CAUSE"] >> build passed - output is null >> >> What is the right way to get the BUIL

Re: Access BUILD_CAUSE and BUILD_CAUSE_USERIDCAUSE through Build Flow DSL

2015-10-29 Thread Martin d'Anjou
> <http://stacktrace.jenkins-ci.org/search?query=groovy.lang.MissingPropertyException>: > No such property: BUILD_CAUSE for class: Script1 > > > 2. println build.properties["environment"]["BUILD_CAUSE"] > build passed - output is null > > What is the r

Access BUILD_CAUSE and BUILD_CAUSE_USERIDCAUSE through Build Flow DSL

2015-10-29 Thread GS_L
ci.org/search?query=groovy.lang.MissingPropertyException>: No such property: BUILD_CAUSE for class: Script1 2. println build.properties["environment"]["BUILD_CAUSE"] build passed - output is null What is the right way to get the BUILD_CAUSE in Build Flow job? -- You r

Re: Unable to schedule paralell builds using build flow dsl (java.util.ArrayList in place of set of closures)

2015-10-27 Thread Jakub Gladykowski
kins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Jakub > Gladykowski > *Sent:* Monday, October 26, 2015 10:23 AM > *To:* Jenkins Users > *Subject:* Unable to schedule paralell builds using build flow dsl > (java.util.ArrayList in place of set of closu

RE: Unable to schedule paralell builds using build flow dsl (java.util.ArrayList in place of set of closures)

2015-10-26 Thread Rob Mandeville
: Jenkins Users Subject: Unable to schedule paralell builds using build flow dsl (java.util.ArrayList in place of set of closures) Hi all, Coming from Python world, I'm trying to schedule paralell execution of builds using build flow plugin. However I fail everytime, using simplest implementation

Unable to schedule paralell builds using build flow dsl (java.util.ArrayList in place of set of closures)

2015-10-26 Thread Jakub Gladykowski
Hi all, Coming from Python world, I'm trying to schedule paralell execution of builds using build flow plugin. However I fail everytime, using simplest implementation from internet: build_number = '1234' //Get all jobs from fol

Build Flow is not triggering all jobs

2015-10-19 Thread Jacqueline Taing
Hi, I have the following in my build flow: parallel ( { ignore(FAILURE) {build("Gate/nightly-testflow")}}, { ignore(FAILURE) {build("Gate/faas-nightly-testflow")}} ) For some reason, it is never running the second job (Gate/faas-nightly-testflow). Here's

Error during release:prepare (using Build Flow plugin)

2015-10-14 Thread Scott Klein
-SNAPSHOT release:prepare" · PROFILES = (blank) · SVN_LOC = "trunk" It works just fine, as expected However, I want to trigger this job from a Build Flow where I just have to specify the "developmentVersion" value. My Build Flow script is pretty simple: def GOALS = &q

Re: Pass parent workspace in build flow

2015-10-05 Thread James Nord
15 1:47 AM > *To:* Jenkins Users > *Subject:* Re: Pass parent workspace in build flow > > > > You right I used this to get the parent work space: > > workspace = > build.properties["environment"]["JENKINS_HOME"]+"/"+build.properties["env

RE: Pass parent workspace in build flow

2015-10-05 Thread Ginga, Dick
ect: Re: Pass parent workspace in build flow You right I used this to get the parent work space: workspace = build.properties["environment"]["JENKINS_HOME"]+"/"+build.properties["environment"]["JOB_NAME"] build("job1", parent_workspace:

Re: Pass parent workspace in build flow

2015-10-03 Thread GS_L
r 01, 2015 7:53 AM > *To:* Jenkins Users > *Subject:* Pass parent workspace in build flow > > > > Hi > > > > I have a build flow that runs several builds. > > I want that all builds workspace will be under the parent workspace. > > I pass the pare

RE: Pass parent workspace in build flow

2015-10-01 Thread Ginga, Dick
I’m not sure “workspace” is a field of “build”. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of GS_L Sent: Thursday, October 01, 2015 7:53 AM To: Jenkins Users Subject: Pass parent workspace in build flow Hi I have a build flow that runs several

Pass parent workspace in build flow

2015-10-01 Thread GS_L
Hi I have a build flow that runs several builds. I want that all builds workspace will be under the parent workspace. I pass the parent workspace through DSL: The parent workspace is 'NightlyBuild'. build("job1", parent_workspace:build.workspace) In job1 - I changed the w

newbie question - Using a parameterized build, can I use values defined in my build flow DSL

2015-09-28 Thread letstestthis
Hi In a sample build, I have this in the flow dsl def env = "test" I have Trigger parameterized build set up and for the predefined parameters, I would like to use env, how would I use it for that step. I tried env=${env} which did not work. Is there another way I can access that value? T

Re: Generating parallel flow with Build Flow Plugin

2015-09-17 Thread Jay Neese
d test2 #10 started test1 #12 completed test2 #10 completed } Finished: SUCCESS This post was a big help: http://jenkins-ci.361315.n4.nabble.com/BUILD-FLOW-parallel-closure-simple-example-td4699743.html On Wednesday, September 16, 2015 at 10:34:26 PM UTC-5, Jay Neese wrote: > > I am

Re: Generating parallel flow with Build Flow Plugin

2015-09-16 Thread Jay Neese
// call build > build(jobParams, DeployProjectName) > } > serverDeployJobs.add(deployJob) > } > > // schedule deploy jobs in parallel > parallel(serverDeployJobs) > > Hope that helps, > Stuart > > > > -- > View this message

Re: Generating parallel flow with Build Flow Plugin

2015-09-16 Thread Jay Neese
t; build(jobParams, DeployProjectName) > } > serverDeployJobs.add(deployJob) > } > > // schedule deploy jobs in parallel > parallel(serverDeployJobs) > > Hope that helps, > Stuart > > > > -- > View this message in context: > htt

RE: [Build-flow plugin]

2015-09-08 Thread Ginga, Dick
Sent: Tuesday, September 08, 2015 4:19 AM To: Jenkins Users Subject: [Build-flow plugin] Hi all, I'm using the build flow plugin<https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin> Let's say I have 3 jobs: job1 says build( "job2") And then, job2 says bu

[Build flow plugin] How to show output console of subbuild into the main build?

2015-09-08 Thread Cyril Gandon
Hi all, I'm using the build flow plugin <https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin> Let's say I have 3 jobs: job1 says build( "job2") And then, job2 says build( "job3") I would like to see the output of each build in the "ma

[Build-flow plugin]

2015-09-08 Thread Cyril Gandon
Hi all, I'm using the build flow plugin <https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin> Let's say I have 3 jobs: job1 says build( "job2") And then, job2 says build( "job3") I would like to see the output of each build in the "ma

Re: Chicken-Egg issue with job references in Build Flow

2015-08-11 Thread Adam Daughterson
Ha, it appears that I needed a proper exception handler downstream. Thanks for the suggestion! -- 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+

Re-2: Chicken-Egg issue with job references in Build Flow

2015-08-10 Thread Jovan Jevric
a look at https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+PluginJoe processed by David.fx Subject: RE: Chicken-Egg issue with job references in Build Flow (10-Aug-2015 19:53) From:Ginga, Dick To: j...@huber-online.com The only time I have seen this is if the downstr

RE: Chicken-Egg issue with job references in Build Flow

2015-08-10 Thread Ginga, Dick
-users@googlegroups.com] On Behalf Of Adam Daughterson Sent: Monday, August 10, 2015 1:38 PM To: Jenkins Users Subject: Chicken-Egg issue with job references in Build Flow Howdy Group, I've got a build flow in which things can, and do go wrong. When things go wrong with a downstream jo

Chicken-Egg issue with job references in Build Flow

2015-08-10 Thread Adam Daughterson
Howdy Group, I've got a build flow in which things can, and do go wrong. When things go wrong with a downstream job I'm running, and I've created a reference to the build, the reference winds up being null since an exception is thrown so far downstream that the build() step is n

Re: Build Flow plugin -- hostnames of other parallel jobs?

2015-07-22 Thread Jovan Jevric
hough. processed by David.fx Subject: Build Flow plugin -- hostnames of other parallel jobs? (07-Jul-2015 15:03) From:Adam Seering To: j...@huber-online.com Hi all, I have a Build Flow that launches a bunch of test jobs in parallel. I'd like to have the jobs communicate over t

Re: Re: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread nicolas de loof
ust enable retry plugin on the adequate jobs manual steps aren't considered by build flow plugin (but fully supported by workflow) 2015-07-21 17:02 GMT+02:00 Christoph Kutzinski : > Am I right when saying the the buildgraphview-plugin is a king of 'after > the fact' view of a

Aw: Re: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread Christoph Kutzinski
ng a build - triggering manul steps   Gesendet: Dienstag, 21. Juli 2015 um 14:45 Uhr Von: "nicolas de loof" An: "jenkinsci-users@googlegroups.com" Betreff: Re: Re: Build Pipeline plugin and Build Flow plugin build graph view do rely on upstreamCause so should handle most relati

Re: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread nicolas de loof
build graph view do rely on upstreamCause so should handle most relations between builds and for the others (including build-flow) do offer an extension point to discover other relations 2015-07-21 16:44 GMT+02:00 Christoph Kutzinski : > Thanks! > I didn't know about > https:

Aw: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread Christoph Kutzinski
Thanks! I didn't know about https://wiki.jenkins-ci.org/display/JENKINS/Build+Graph+View+Plugin   Can I also define manual triggered steps in a setup of the Build-Flow plugin and the build-graphview-plugin like you can do with the build pipeline plugin?   Gesendet: Dienstag, 21. Juli 20

Re: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread nicolas de loof
*Von:* "nicolas de loof" > *An:* "jenkinsci-users@googlegroups.com" > > *Betreff:* Re: Build Pipeline plugin and Build Flow plugin > Did you considered using workflow plugin ? > > 2015-07-21 16:37 GMT+02:00 nicolas de loof : >> >> build flo

Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread nicolas de loof
build flow did introduce buildgraphview-plugin for this exact use case build pipeline only can rendre static and mostly sequential pipelines 2015-07-21 16:19 GMT+02:00 Christoph Kutzinski : > Hi, > > I'm trying to set up a CD pipeline with Jenkins where I can > > I)

Aw: Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread Christoph Kutzinski
Yes, but it doesn't have any visualisation, either (unless I use Jenkins Enterprise), has it?   Gesendet: Dienstag, 21. Juli 2015 um 14:37 Uhr Von: "nicolas de loof" An: "jenkinsci-users@googlegroups.com" Betreff: Re: Build Pipeline plugin and Build Flow plugin

Re: Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread nicolas de loof
Did you considered using workflow plugin ? 2015-07-21 16:37 GMT+02:00 nicolas de loof : > build flow did introduce buildgraphview-plugin for this exact use case > > build pipeline only can rendre static and mostly sequential pipelines > > 2015-07-21 16:19 GMT+02:00 Christoph Kutz

Build Pipeline plugin and Build Flow plugin

2015-07-21 Thread Christoph Kutzinski
Hi,   I'm trying to set up a CD pipeline with Jenkins where I can   I) concisely define the relationship (triggers) between the single pipeline steps (jobs) II) have a nice visualisation of the full pipeline   The Build Flow plugin is a good fit for I, while the Build Pipeline plugin

Build flow plugin iterate builds for a job.

2015-07-17 Thread Jacek Tomaka
ter values. Now i would like to create a build flow job that would for jobs A,B,C iterate builds of A,B,C to see if the value is as required and if so, kick off the promotion process. Can this be done using build flow plugin? I mean, how do i iterate builds of a job by name? I am thinking about

How to transfer a file parameter to sub jobs by build flow

2015-07-09 Thread Yunping Zheng
Hi All, I am newbie here, i want to create a "*Build Flow*" job with some parallel sub jobs. The sub jobs need a file parameter, i want to trans a file from the main job to the sub jobs, do you know how to do that. very appreciate. eg: in the main job i have upload a file u

Build Flow plugin -- hostnames of other parallel jobs?

2015-07-07 Thread Adam Seering
Hi all, I have a Build Flow that launches a bunch of test jobs in parallel. I'd like to have the jobs communicate over the network. Is there a way for one of the jobs to get the list of hostnames of the machines where other jobs are running? (Is there a tool other than Build Flow th

Re: Build flow plugin serialization

2015-06-24 Thread jan_lut
ome reason refused to work in this particular job. It is worth being mentioned that even job configs are relatively similar. Just out of pure curiosity would be interesting what can cause this behavior. Anyone has got an idea? //Jan -- View this message in context: http://jenkins-ci.361315.n4.nabble

Build flow plugin serialization

2015-06-24 Thread jan_lut
Hi, After upgrading Build Flow Plugin <https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin> from 0.14 to 0.18 and installing Claim Plugin <https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin> I'm getting an error when running fairly simple build flow ds

Re: Build flow job gets indecipherable Groovy error

2015-06-16 Thread Stefan Thomasson
> 16 jun 2015 kl. 02:08 skrev CLOSE Dave : > > I wrote: > >> I have a Jenkins job using the build flow plugin. A portion of it >> looks like the code below. >> >> parallel ( >> { ignore ( FAILURE ) { build ( "job1", BRANCH: params [

Re: Build flow job gets indecipherable Groovy error

2015-06-15 Thread CLOSE Dave
I wrote: > I have a Jenkins job using the build flow plugin. A portion of it > looks like the code below. > > parallel ( >{ ignore ( FAILURE ) { build ( "job1", BRANCH: params [ "BRANCH" ] ) } }, >{ ignore ( FAILURE ) { build ( "job2", BRANC

Re: Build flow job gets indecipherable Groovy error

2015-06-13 Thread Stefan Thomasson
Hi, I am not sure that this is what cause the error but I think you forgot a comma between the two ignores > 13 jun 2015 kl. 02:49 skrev CLOSE Dave : > > I have a Jenkins job using the build flow plugin. A portion of it looks > like the code below. > > parallel ( >

Build flow job gets indecipherable Groovy error

2015-06-12 Thread CLOSE Dave
I have a Jenkins job using the build flow plugin. A portion of it looks like the code below. parallel ( { ignore ( FAILURE ) { build ( "job1", BRANCH: params [ "BRANCH" ] ) } }, { ignore ( FAILURE ) { build ( "job2", BRANCH: params [ "BRANCH" ]

[Build-Flow-Plugin] Parallel & Join operation

2015-06-11 Thread ramesh v r
Hello All, I am trying to use Jenkins build flow plugin to create below build chain. <https://lh3.googleusercontent.com/-RiusPDtzJP8/VXlWpPCLBMI/ANA/3_G4K6MyLG0/s1600/Presentation1.png> I have used below DSL to achieve up to build D. How to specify that Build E should star

[Build-Flow-Plugin] Parallel & Join operation

2015-06-11 Thread ramesh v r
Hello All, -- 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 discussion on the web visit https://group

Re: How can I handle over an environment variable within a build flow?

2015-05-21 Thread tps800
at workspace > contains source code to be built ? > > > > You never asked How can I handle an environment variable set for one > build to an other build?" in your original message > > > > To access environment tokens in Build-flow I have used : > > &

RE: How can I handle over an environment variable within a build flow?

2015-05-21 Thread Ginga, Dick
environment variable set for one build to an other build?" in your original message To access environment tokens in Build-flow I have used : build.properties["environment"]["JOB_NAME"] build.number the first can be used to get ANY environment variable either define

Re: How can I handle over an environment variable within a build flow?

2015-05-21 Thread tps800
On Tuesday, May 19, 2015 at 4:26:40 PM UTC+2, rginga wrote: > > Let’s see,,, > > > > 1. What SCM are you using? I use Perforce and can tell the Perforce > Plugin “not” to manage “client views” and create one in a fixed location > AND set the Use custom workspace in Advanced Project Optio

RE: How can I handle over an environment variable within a build flow?

2015-05-19 Thread Ginga, Dick
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of tps800 Sent: Tuesday, May 19, 2015 10:12 AM To: jenkinsci-users@googlegroups.com Subject: How can I handle over an environment variable within a build flow? Hi! I've set up a build flow using the "Build Flow Plugin<https://wiki.jenkins-ci.org/di

How can I handle over an environment variable within a build flow?

2015-05-19 Thread tps800
Hi! I've set up a build flow using the "Build Flow Plugin <https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin>": guard { build( "job1" ) build( "job2" ) build( "job3" ) build( "job4" ) } rescue { build

"hipchat" Plugin + "build-flow-plugin" Plugin = No notifications

2015-05-05 Thread Stephen Melrose
ded the post build notification to one of our "normal" jobs and it's working as expected. I've then added it to one of our "build flow" jobs, which the vast majority of our main jobs are, and they're not working. I've no idea whether this is hipchat or build-flow-

Build Flow Plugin - Dynamic Job Invocation

2015-04-22 Thread Zile Rehman
I am trying to use the Build Flow Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin) to dynamically define a parallel build job. In my main script, I am dynamically defining a playCompBuilderList. Then I iterate through through the list and trigger the build for each item

Re: [build-flow] Make sure all jobs use the same revision

2015-04-14 Thread Les Mikesell
; sure Proj2 uses the revision used by Proj1. I've been thinking how to > tackle this. > > Option 1: give the build flow a REVISION parameter and pass that to all the > jobs, but then you have to enter it each time (obviously I can't set it as > HEAD since that is what I

[build-flow] Make sure all jobs use the same revision

2015-04-14 Thread nfwlpw
inking how to tackle this. Option 1: give the build flow a REVISION parameter and pass that to all the jobs, but then you have to enter it each time (obviously I can't set it as HEAD since that is what I want to avoid). Proj1 needs to return the revision and Proj2 needs to read it Opti

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-09 Thread Ty Satrang
I think you must be right, my solution was to stop caring where the flow runs, and focus on an alternative method of retrieving the report/log data. I used the Build Flow Toolbox which lets you copy files with the flow: job = build('downstream job') toolbox.copyFiles(job

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-08 Thread Stefan Thomasson
;> Can you provide a simple example of your main buildflow job? >> >> >> >> From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] On >> Behalf Of Ty Satrang >> Sent: Thursday, March 05, 2015 5:12 PM >> To: jenkins...@googlegroups.com >>

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
I am using Jenkins to run tests for several teams, and I would like to be able to run tests concurrently rather than serially. I have a master job that takes parameters (team, tests, code to pull) that I pass using a build flow. I use Jenkins so that I can have this happen on demand or on a

RE: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ginga, Dick
-users@googlegroups.com] On Behalf Of Ty Satrang Sent: Thursday, March 05, 2015 5:39 PM To: jenkinsci-users@googlegroups.com Subject: Re: [Build flow plugin] Cannot load balance multiple workflows I am not sure how you want to receive that, but here is a gist of the config that will reproduce the

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
wrote: > > Can you provide a simple example of your main buildflow job? > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Ty Satrang > *Sent:* Thursday, March 05, 2015 5:12 PM > *To:* jenkins...@googlegroups.com > *Su

RE: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ginga, Dick
Can you provide a simple example of your main buildflow job? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ty Satrang Sent: Thursday, March 05, 2015 5:12 PM To: jenkinsci-users@googlegroups.com Subject: Re: [Build flow plugin] Cannot load balance

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
Thank you, I did see this copy pasta in another thread, and I did try changing the scheduling strategy with a plug-in. It seems that this particular problem is somewhat exclusive to the Build Flow plugin. It doesn't just queue jobs up, as you can see in the image link, it runs the flow

RE: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ginga, Dick
Maybe I misunderstand your problem. Let’s keep it simple. The reason the multiple runs of your build flow job run on the same node is because, when selecting a node, it tries to run it one the same node it previously ran on (#2 in the Strategy below). If your nodes had just 1 executor defined

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
f Of *Ty Satrang > *Sent:* Thursday, March 05, 2015 3:50 AM > *To:* jenkins...@googlegroups.com > *Subject:* [Build flow plugin] Cannot load balance multiple workflows > > > > http://i.imgur.com/VEZ1Erc.png > > > > For some reason my flow jobs like to all r

RE: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ginga, Dick
puts them onto the Jenkins server and then use “Copy artifacts from another project” From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ty Satrang Sent: Thursday, March 05, 2015 3:50 AM To: jenkinsci-users@googlegroups.com Subject: [Build flow plugin

[Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
atever single node they want. (maybe? https://github.com/dnozay/build-flow-toolbox-plugin ) -- 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

RE: Build Flow Plugin with Node Label Parameter Plugin

2015-03-04 Thread Ginga, Dick
s), please let me know. From: Ginga, Dick Sent: Tuesday, March 03, 2015 3:33 PM To: jenkinsci-users@googlegroups.com Subject: RE: Build Flow Plugin with Node Label Parameter Plugin Well, I don’t know how it chooses but I would not be surprised if there were no jobs running, that it would choos

  1   2   3   4   5   6   >