Re: Getting java.lang.OutOfMemoryError: Java heap space

2016-07-14 Thread Prakhash Sivakumar
Hi Keil, Sorry for the late response. I got it done. Thanks, I was implemented the JiraIssueCreaterAPI which loads all the existing Jira to memory & do the processing, It encountered a memory leakage issue. Thanks On Tuesday, July 12, 2016 at 4:38:33 PM UTC+5:30, Werner Keil wrote: > > Hi, >

Build pipeline plugin can't find downstream job for manual trigger

2016-07-14 Thread Guy Knights
In Jenkins 2.7.1 with build-pipeline plugin 1.5.3.1 I'm trying to set a manual downstream trigger for a job using the "Build other projects (manual step)" post-build action, but it can't seem to find any projects in the same folder, and if I type the name in manually it gives me a "No such

Re: Problems running a job with rake

2016-07-14 Thread ziffification
ok solved looking in the Jenkins config area I was able to find what it thought the $PATH was and I inserted a link to rake there http://10.80.84.40:8080/systemInfo On Tuesday, June 7, 2016 at 4:30:32 PM UTC-6, ziffification wrote: > > > I have rake running as default OS version of ruby > >

Re: Problems running a job with rake

2016-07-14 Thread ziffification
basically my problem boils down to How do I get the jenkins user to see rake which is located in:/usr/local/bin/rake Building in workspace /var/lib/jenkins/workspace/test2 [test2] $ rake --rakefile /var/lib/jenkins/workspace/test2/Rakefile features FATAL: rake execution

Re: How to prevent Git plugin from setting GIT_BRANCH to origin/pull-requests/*

2016-07-14 Thread Mark Waite
That refspec seems to be mentioned in the Stash pull request builder plugin documentation. You might dig deeper there. https://wiki.jenkins-ci.org/display/JENKINS/Stash+pullrequest+builder+plugin#Stashpullrequestbuilderplugin-BuildingthemergeofSourceBranchintoTargetBranch Mark Waite On Thu,

branch indexing behaviour and configurability in a multi branch pipeline

2016-07-14 Thread Christoph
Hi, I'm trying to use a multi-branch build pipeline on a largeish git repository (and, more importantly, a shitty wireless connection) and I am running into timeout problems. When using the generic checkout step, I can just define a different timeout. Now, when using a multi branch pipeline,

MissingMethodException when Calling Global Libary Functions

2016-07-14 Thread Mark Bidewell
I have created a Jira for this but in case anyone else has seen this, I figured I would ask here. I have global functions for certain tasks created using the directions here: https://github.com/jenkinsci/workflow-cps-global-lib-plugin/blob/master/README.md They have been working correctly, but

Triggering Jenkins job from another job

2016-07-14 Thread aaron . trujillo

Re: Problems running a job with rake

2016-07-14 Thread ziffification
ok here is the problem int that page i have no rake in global tools config so then I go to jenkins>configure system where I have :

Re: .bat running on jenkins

2016-07-14 Thread jerome
For old Jenkins project: select the build step: *Execute Windows batch command* If you need to have cross platform compilation (node into Unix/Windows), you may want to take a look at xShell plugin): https://wiki.jenkins-ci.org/display/JENKINS/XShell+Plugin The new pipeline project have the

Re: Accessing build environment variables from Playbook using Ansible Plugin

2016-07-14 Thread Ricardo Hernandez
Thank you for pointing it out. It was really helpful. On Thursday, July 14, 2016 at 11:21:19 AM UTC+2, jcsirot wrote: > > Hello, > > Yes, the variables are available as env vars inside the process running > ansible. If you want to access these env vars within an ansible playbook > you should

configuring a plugin programmatically

2016-07-14 Thread Peter Lappo
Hi, I'm writing an Ansible script that installs Jenkins and loads SCM config from git using the scm-sync-configuration-plugin. I've got Jenkins installed and running, pulled the config from git but I need to reload the Jenkins config files from SCM which is easy manually as there is a link on

Re: How to prevent Git plugin from setting GIT_BRANCH to origin/pull-requests/*

2016-07-14 Thread Michael Giroux
Problem solved more-or-less. The Git plugin was configured with +refs/pull-requests/*/from:refs/remotes/origin/pull-requests/*/from. I removed this configuration and no longer have the extra branches. I'm unable to find any documentation that describes this refspec. It appears to be

Re: Custom tools plugin: Zip archive not being extracted on a windows slave

2016-07-14 Thread Martin Hjelmqvist
Solved. Misunderstood the meaning of 'Label' in Global Tool Configuration -> Custom tool installations and typed "test folder". This caused the problem. Read the description, left it blank and then it worked. -- You received this message because you are subscribed to the Google Groups

Re: .bat running on jenkins

2016-07-14 Thread Antonio Hernandez
Hi Matheus, yes, just go to manage jenkins and you can see the menu called "Managed files", and on it you have options able to create a bat file , the tag is "*Managed windows batch file"* Cheers El jueves, 14 de julio de 2016, 15:03:55 (UTC+2), Matheus Henrique Da Silva escribió: > > Good

Re: jenkins 2.0 , not able to use jenkins-cli.jar

2016-07-14 Thread Karl Davis
See 'jenkins.model.Jenkins.slaveAgentPort', as listed here: https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties On Jul 14, 2016 06:45, "fayyaz rehman" wrote: > Thank you so much Stephen Connolly > > Is there a way to by pass manual

.bat running on jenkins

2016-07-14 Thread Matheus Henrique Da Silva
Good Morning, I have several .bat already running the Rundeck tool for automatic deployment, I can call these same files by Jenkins? I need to install any plugin for this? Thank you. -- *‘Esta mensagem é direcionada apenas para os endereços constantes no cabeçalho inicial. Se você não

Re: jenkins 2.0 , not able to use jenkins-cli.jar

2016-07-14 Thread fayyaz rehman
Thank you so much Stephen Connolly Is there a way to by pass manual enabling of jnlp agent port. If there is any specific file which keeps the record or information of security setting of jenkins? I was in process to bypass the initial plugin installation process of jenkins and landing

Github web hook not working with Pipeline

2016-07-14 Thread Cris Lacumba
Hi, The Github web hook not working with Pipeline. I have tried with the free style job and it works perfectly. Git has to be configured as a origin source code. However, with the Pipeline is not working. I get following message in webhooks: Last GitHub Push - Polling has not run yet. I am

Re: Accessing build environment variables from Playbook using Ansible Plugin

2016-07-14 Thread jcsirot
Hello, Yes, the variables are available as env vars inside the process running ansible. If you want to access these env vars within an ansible playbook you should use the lookup plugin as showed here in the ansible FAQ:

Custom tools plugin: Zip archive not being extracted on a windows slave

2016-07-14 Thread Martin Hjelmqvist
Developing a Rar extraction installer for extra-tool-installers-plugin and want to test extraction on connected slaves. But first I need to confirm that the connection and slave configuration has been done correctly by unpacking a zip file with the zip extractor in custom tools plugin, which

Build from a filtered commits list questions

2016-07-14 Thread Antonio Hernandez
Hi then, I'll explain quickly my problem: I have two git branches, one is master and the other is development. In the dev branch i have the fresh develop code but i just wondering how can: I would be able to create a new branch from jenkins with a list of commits only previosly created in a

Re: Jenkins 2.x install for LTS

2016-07-14 Thread aman poonia
Finally 2.x LTS train is there. Its's so great to see new release of jenkins nearly always on time. :-) On Wednesday, 4 May 2016 21:47:13 UTC+5:30, Daniel Beck wrote: > > > > On 04.05.2016, at 18:11, greg@qflow.com wrote: > > > > What is the suggested path for using Jenkins 2.x for a