Jenkins pipeline build failing even though all steps/stages pass

2016-12-27 Thread Raj Sahae
Hi all, I have a pipeline that I consider to be pretty basic. Nothing complicated in terms of the logic. Here is a gist ( https://gist.github.com/rajsahae/961350d0d4ea14b6b5246767ce2ab5af) where I have anonymized the jenkinsfile but other than the specific names being changed, this file is

Multibranch pipeline jobs - different jobs on different schedules?

2016-12-27 Thread dcymbala . he
Hi All, This is my first venture into the multibranch pipeline jobs. So far, so good. My maven build completes with just a few environment variable customizations. There are a few additional use cases I have for builds on the same branch, including generating HTML reports from one or

Re: Bitbucket HTTPS git clone failed via the pipeline script (Invalid username or password)

2016-12-27 Thread pirahnas
Thanks for any of your advice, Mark! Maybe I should make myself more clear: I have 2 projects under my bitbucket account, I want to build project 1 (i.e to build a docker image with Dockerfile) but it will use the pipeline scripts in project 2. So I create a pipeline job for project 1 and use

sas consultant

2016-12-27 Thread joshi anur
Title : Mainframe SAS Consultant Location : Mclean, VA Duration : 6 Months (or) Full Time passport and visa mandatory JD: Good in analysis, design of Business Requirements, prepare functional specifications, System Module Specification documents,

java developer

2016-12-27 Thread joshi anur
Hi This is JOSHI from Agile Enterprise Solutions. This is in reference to the following position. * Please find below job description if you feel comfortable please revert with updated resume, salary compensation and contact details ASAP * *Job Title : Java developer* *Project

Pipeline as Code with XCode8.1 and Swift 3.0 in iOS 10

2016-12-27 Thread Manuel Morejón
Hi team, I hope this link can help you to create a great Jenkinsfile in topics like: swift 3.0, xcode 8 and ios 10. English: http://mmorejon.github.io/en/blog/build-pipeline-jenkins2-as-code-with-ios10-xcode8/ Spanish:

Re: Inject variable in pipeline plugin

2016-12-27 Thread Oleg Nenashev
there is a withEnv() wrapper, see https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md#managing-the-environment. In order to use it in Pipeline with a similar code, you will likely need to allow several binary API calls in script security. Not sur eif it's convenient BR, Oleg

Re: Too many workspaces generated with Jenkinsfile causing out of disk space

2016-12-27 Thread Øyvind Harboe
Strike that. I see what's going on in my code now. To make a long story short, Jenkins is working correctly and I'm getting what I ask for. Essentially I've got something like the below, which results in multiple 'foo' workspaces('foo', 'foo@2' and 'foo@3'), which is the expected and correct

Too many workspaces generated with Jenkinsfile causing out of disk space

2016-12-27 Thread Øyvind Harboe
I'm having problems with too many workspaces being created on nodes with my Jenkinsfile pipeline script. Our workspaces are sometimes so large that we have to carefully manage how many workspaces we create for a job by tweaking the number of executors on a slave. I think the problem occurs as

Inject variable in pipeline plugin

2016-12-27 Thread Andreas Wuz
Hi @ all, I have a pipeline job in jenkins 2.36, which can be triggered by a remote http-call. Now I have to inject the ip-address of the calling client. In a normal job I did this with the EnvInject-Plugin with following script: import hudson.model.* import static