Only CloudBees plugins are available in the Plugin Manager's "Available" tab

2013-06-18 Thread Jerry
Jenkins 1.514 on Centos. Deployed as a WAR file. At some point in the recent past, I'm not sure when, all non-CloudBees plugins disappeared from the plugin manager's "Available" page. The non-CloudBees plugins I had previously installed are still listed on the "Installed" page, but not on the "

Re: Only CloudBees plugins are available in the Plugin Manager's "Available" tab

2013-06-18 Thread Jerry
cloudbees-proprietary http://jenkins-updates.cloudbees.com/update-center/cloudbees-proprietary/update-center.json On Tuesday, June 18, 2013 12:13:30 PM UTC-4, Jerry wrote: > > Jenkins 1.514 on Centos. Deployed as a WAR file. > > At some point in the recent past,

Re: Only CloudBees plugins are available in the Plugin Manager's "Available" tab

2013-06-18 Thread Jerry
I copied that file from another instance of Jenkins I happened to have to the instance in question, restarted Jenkins, and now I can see all the available plugins again. Thanks, Stephen! Is there anything else I should do? On Tuesday, June 18, 2013 12:37:21 PM UTC-4, Jerry wrote

Cannot see Folders

2013-06-18 Thread Jerry
can't figure out how to check that the proper credentials are entered or that my (free) license is still valid. Version 4.0 of the CloudBees Free Enterprise Plugins, version 1.519 of Jenkins. Thanks, -- Jerry -- You received this message because you are subscribed to the Google Groups &qu

Re: Cannot see Folders

2013-06-18 Thread Jerry
it" basis) if you didn't > complete the stub account creation you can either complete the account > creation, or signup a new account > > Once you gave your active account on Grandcentral.cloudbees.com just go > to https://licenses.cloudbees.com/ and you can generate a

Re: Empty Error message box on clicking of apply button

2013-06-19 Thread Jerry
Are you editing the name of the job and then clicking "Apply"? I've found I get errors that way, presumably because changing the name (A) requires confirmation and (B) changes the URL and thus leaves you on a non-existent page if you just "Apply". Jenkins should handle this better, but if this

Re: Knowledge sharing: Mercurial Plugin + Windows Service as Local System Account + Mercurial.ini

2013-06-24 Thread Jerry
Hi, Olivier. Just out of curiosity, what sorts of things do you put in the ini file on a build slave? We mostly put human-user-specific things in our ini files for Mercurial (hooks, usernames, etc.) and I'm wondering how you use this in a Jenkins context. Thanks! -- Jerry On Friday, Ju

Re: Enable / disable nodes

2013-06-27 Thread Jerry
You can also do this by calling the URL: http://:/computer//toggleOffline?offlineMessage= On Thursday, June 27, 2013 10:56:17 AM UTC-4, Tânia Magalhães wrote: > > Hi! > > Is there a way to enable / disable nodes without deleting or disconnect > them? What I want, in a distributed system, is t

Exception in Guice injection of Folders plugin

2013-07-03 Thread Jerry
I was trying to track down a memory leak in Jenkins (or a plugin) and came across the following in the log. I don't think it's related to the memory leak, and I haven't seen any effects of the exception, just thought someone (e.g., Stephen Connelly) might be interested in this. - Jul 02, 2

Exception in Guice injection of XStream plugin: cannot resolve class hudson.license.LicenseManager

2013-07-03 Thread Jerry
(this is different from my last post) I was trying to track down a memory leak in Jenkins (or a plugin) and came across the following in the log. I don't think it's related to the memory leak, and I haven't seen any effects of the exception, just thought someone (e.g., Stephen Connelly) might b

Folders plugin throwing exception in Guice injection

2013-07-03 Thread Jerry
Hi, I was trying to track down a memory leak in Jenkins (or a plugin) and I came across the following in my log file. I don't think it has anything to do with the memory leak, and I haven't noticed any effects of it, just thought someone (e.g. Stephen Connelly) might like to know. - Jul 02

Re: Trigger a downstream job which is on another Jenkins instance

2013-08-06 Thread Jerry
You might have an easier time parsing the XML results and using those in an Ant script. Ant works with XML much better than it does with JSON. http://ant.apache.org/manual/Tasks/xmlproperty.html -- Jerry On Tuesday, August 6, 2013 11:15:17 AM UTC-4, Stephen Tunney wrote: > > I'm tr

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-13 Thread Jerry
\directory -Djava.awt.headless=true -XX:MaxPermSize=200m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -jar C:\path\to\jenkins.war 200m should be more than enough for MaxPermSize. Play with that value if this doesn't work immediately. -- Jerry On Thursday, September 12, 2013 3

Wasted Minutes plugin -- stats available per build?

2012-11-13 Thread Jerry
Is there a way to retrieve wasted minutes on a per-job, per-build basis? The aggregate total is available through the CloudBees free plugin, but per-build numbers are not in the Rest API. Thanks, Jerry

Re: Wasted Minutes plugin -- stats available per build?

2012-11-14 Thread Jerry
gt; to track it ourselves. > > I've put an entry into our backlog... we'll see when it gets picked up > (remember this is a free plugin) > > > On 14 November 2012 02:47, Jerry >wrote: > >> Is there a way to retrieve wasted minutes on a per-job, per-build bas

Re: Distributed builds - quick question

2012-11-21 Thread Jerry
Hi, zw. Correct on both counts. If you are not doing builds on the master, then you only need enough RAM and other resources to run the Jenkins server, which is pretty minimal. 8GB should be more than adequate. -- Jerry On Wednesday, November 21, 2012 12:52:41 PM UTC-5, zw wrote: > >

Re: Query about running different job steps on different slaves

2012-11-21 Thread Jerry
In addition to Jason's suggestion, you might be able to use the Join Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Join+Plugin) to achieve what you want. StartingJob triggers Slave1Job and Slave2Job, then runs FinishingJob when both are complete. -- Jerry On Wednesday, Novemb

Cannot see workspace if slave is offline

2012-11-27 Thread Jerry
n behavior? Have others seen it? Seems like trying to view the workspace should probably wake the slave up if needed. -- Jerry

Re: Multiple Jenkins possible ? - quick question

2012-11-27 Thread Jerry
stion to at least look into the Cloudbees high availability plugin. -- Jerry On Monday, November 26, 2012 11:45:25 PM UTC-5, zw wrote: > > Hi > > We have one Jenkins configured and it went down. > Our only Jenkins as 3 slaves. > We like to install another Jenkins acting as s

Re: Configuration file

2012-11-27 Thread Jerry
. -- Jerry On Tuesday, November 27, 2012 12:30:34 PM UTC-5, Jean-Marc Bourguet wrote: > > I'd like to have some editable configuration files in the workspace of my > jobs. > > The plugin > https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Pluginprovide

Re: Configuration file

2012-11-28 Thread Jerry
can keep numerous config files in different branches in source control, then pull an appropriate branch in Jenkins to get the right config? On Wednesday, November 28, 2012 4:31:55 AM UTC-5, Jean-Marc Bourguet wrote: > > On Tue, 27 Nov 2012 20:13:49 -0800 (PST), Jerry > > wrote: >

Re: Possible to change the location where Jenkins attempts to put its temporary batch file?

2012-11-30 Thread Jerry
ill change nothing on the actual machine. If that is too dangerous, you can also inject an environment variable on a per-job basis. Add "Inject environment variable" as a build step before running your shell script. Or just add the line "set TMP=C:\blah\blah\blah" as the first

Re: Problems with Windows Slaves: hudson.util.IOException2: remote file operation failed

2012-12-06 Thread Jerry
ime in any case. -- Jerry On Wednesday, December 5, 2012 10:09:49 AM UTC-5, Joshua Boyd wrote: > > I am running Jenkins 1.480.1 on a Linux server. I have an XP slave for > running browser tests. The slave is launched by javaws pointed at the > jnlp URL given in the master

Re: Redeploy the old artifacts

2012-12-06 Thread Jerry
direct Jenkins to clone/update the source in such a way that it's updating to the same changeset from which build 1 was produced, then run a new build. Theoretically, this will give you an artifact equivalent to the one built in build 1. What are you using for source control? -- Jerry

Mercurial plugin returns HTML 500 error -OR- just hangs mercurial client

2013-03-25 Thread Jerry
.java:573) remote: ... 60 more remote: remote: Generated by Stapler at Fri Mar 08 15:09:29 UTC 2013 - The error message is not so bad, but it's alarming for many users; and the hung command line is especially nerve-wracking. Anyone else seen this? I couldn't find anything about it

Re: Cant load up configuration page - Any workaround ?

2013-03-25 Thread Jerry
Hi, zw. You should be able to find all that configuration on the machine where you host Jenkins. Look at [JENKINS_ROOT]/jobs/[JOB_NAME]/config.xml. If it's still there, you don't need to recover; you just need to figure out why your server is so unresponsive. -- On Sunday, March 24, 2013 7:44

Re: Mercurial plugin returns HTML 500 error -OR- just hangs mercurial client

2013-03-25 Thread Jerry
Seeing this in the server log: - Mar 25, 2013 3:51:58 PM winstone.Logger logInternal SEVERE: Error while serving http://server:port/mercurial/notifyCommit java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor925.invoke(Unknown Source) at sun.reflect

Re: trigger and monitor status of build on remote jenkins

2013-03-26 Thread Jerry
Add api/xml or api/json to the end of your URL (e.g. http://jenkins.node.com:80/job/api-tests/12/api/xml for build 12) and parse the *result* element out of that. -- Jerry On Tuesday, March 26, 2013 11:58:24 AM UTC-4, tetlika wrote: > > I need to run task on remote jenkins, and

Re: trigger and monitor status of build on remote jenkins

2013-03-26 Thread Jerry
You have your pick of lastBuild, lastCompletedBuild, lastFailedBuild, lastStableBuild, lastSuccessfulBuild, lastUnsuccessfulBuild, and possibly others. You will find all this data in http://jenkins.node.com:80/job/api-tests/api/xml. -- Jerry On Tuesday, March 26, 2013 12:09:15 PM UTC-4

Re: Jenkins slaves function

2013-03-27 Thread Jerry
you, most .NET projects (with the important exception of vdproj, or installer, projects) can build in msbuild without issue, and that is free. You may also be able to install Visual Studio on your build slave without requiring an additional license, though I've never been clear on that. --

Re: Looking for something to tell me what job was being run in a given time range

2013-03-27 Thread Jerry
http://yourjenkinshost:port/view/All/builds Or, on a per-slave basis: http://yourjenkinshost:port/computer/slaveName/builds On Wednesday, March 27, 2013 9:33:46 AM UTC-4, harperville wrote: > > For instance, if I have a server that is showing evidence of a process > crashing at 11:45PM, is the

Re: Mercurial plugin returns HTML 500 error -OR- just hangs mercurial client

2013-03-29 Thread Jerry
n/pull/35>. On Monday, March 25, 2013 12:06:50 PM UTC-4, Jerry wrote: > > Hi, all. I have the Mercurial > plugin<https://wiki.jenkins-ci.org/display/JENKINS/Mercurial+Plugin>installed > and have been using it successfully for a long time. Recently, I > began to notice

Re: Cleanup after build timeout?

2013-04-19 Thread Jerry
er had, is to set up some sort of external monitoring in a script that runs outside of Jenkins. That's a lot of complexity, though. -- Jerry On Monday, February 18, 2013 10:12:16 AM UTC-5, matthew...@diamond.ac.uk wrote: > > We use the Build Timeout plugin ( > https://wiki.je

Simplest way to guarantee job B runs after job A?

2013-04-19 Thread Jerry
ly that this would work even if job A is terminated, though. Any creative ideas? Thanks, -- Jerry -- 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 jenk

Re: MSI testing in Virtual Machine via jenkins

2013-04-19 Thread Jerry
. As far as starting your VM, this might be a little more difficult. We run our VMs in XenServer, which makes it easy to script starts/restarts/shutdowns and rollbacks. What do yours run in? -- Jerry On Thursday, April 18, 2013 10:05:40 AM UTC-4, Vishal Gupta wrote: > > I want to

Re: Simplest way to guarantee job B runs after job A?

2013-04-19 Thread Jerry
7 AM UTC-4, Jerry wrote: > > I would like to guarantee that job B runs after job A terminates, for > whatever reason (including timeout, manual cancellation of the job, etc.). > > I could use the Build Flow plugin to do this by creating a flow that runs > job A and then job B, but

EnvInject plugin just not working for me

2013-05-09 Thread Jerry
ng. When I downgrade the EnvInject plugin back to 1.33, the first scenario (with the Ant build step) works, so I feel pretty sure the issue is isolated to the EnvInject plugin. Thanks, -- Jerry -- You received this message because you are subscribed to the Google Groups "Jenkins Users&qu

Re: EnvInject plugin just not working for me

2013-05-09 Thread Jerry
I do see [EnvInject] - Variables injected successfully. in my output, so this is different, I think, than David Clark's issue here (https://groups.google.com/forum/?fromgroups=#!topic/jenkinsci-users/E6BZ1H2Lhzc). On Thursday, May 9, 2013 9:42:46 AM UTC-4, Jerry wrote: > > I recent

Re: EnvInject "Prepare an environment for the run" fails with "SEVERE ERROR"

2013-05-09 Thread Jerry
1.33. -- Jerry On Wednesday, May 8, 2013 7:46:10 PM UTC-4, David Clark wrote: > > I am not using a file I have specified the content as: > > MyVariable=someValue > > I also get the same problem if there is nothing specified for content. > > This is on OSX Mountain Lion (10.8.3

Re: EnvInject "Prepare an environment for the run" fails with "SEVERE ERROR"

2013-05-09 Thread Jerry
On Thursday, May 9, 2013 9:59:25 AM UTC-4, Jerry wrote: > > I have not seen the same issue, David. However, on a Windows build slave, > the environment variable I specify reports that it was set successfully, > but it is not set to my value in later steps. > > I've been

Re: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Jerry
ther.value It will be much easier than a Groovy script. However, I am not sure that the latest version of the plugin (1.85) is working correctly. At least, I am having trouble with it on a Windows build slave. In general, though, I would recommend using EnvInject. -- Jerry On Wednesday, May

Re: Access jenkins artifacts

2013-05-14 Thread Jerry
Have you considered using the Sonar plugin? http://docs.codehaus.org/pages/viewpage.action?pageId=116359341 That could do the work for you, as well as lots of additional stuff. On Tuesday, May 14, 2013 6:46:26 AM UTC-4, Zigster wrote: > > Hi Jenkins-Users, > > is there a good way to access bui

recent Jenkins upgrade 1.515 from 1.511 broke CVS updates

2013-05-22 Thread Jerry
Upgraded yesterday and now when Jenkins does CVS updates, if the project if tied to a CVS branch all new files committed to that branch are going to the attic for some reason. When Jenkins did the CVS update this was a file that was added on that branch 1.1.2.1 epace/src/webapp/pace/st

Re: Exception in Guice injection of Folders plugin

2013-07-03 Thread Jerry Maloney
esult. > > TL;DR expected and perfectly normal don't worry about it > > > On 3 July 2013 11:54, Jerry wrote: > >> I was trying to track down a memory leak in Jenkins (or a plugin) and >> came across the following in the log. I don't think it's related to t

Deploy to nexus is not working in Jenkins but works from developer work station

2012-11-29 Thread Jerry MJ
I am experiencing a weird issue of deploy artifacts to nexus using Jenkins. When I do it from developer local machine, it works fine. I execute mvn install deploy:deploy When I configure the same job in Jenkins, it throws exceptions. Here is the stack trace. Anyone can help? [INFO] Using al

Re: Newbie question - Setting environment variables on remote node - EnvInject?

2013-05-09 Thread Jerry Maloney
to:bb...@netjets.com] > *Sent:* Thursday, May 09, 2013 11:43 AM > *To:* jenkinsci-users@googlegroups.com > *Cc:* 'Jerry'; Mandeville, Rob > > *Subject:* RE: Newbie question - Setting environment variables on remote > node - EnvInject? > > ** ** > > It di

Getting started with Pipeline

2016-06-10 Thread Jerry Steele
lly stuck at the Jenkinsfile stage, and most tutorials appear to refer to using mvn, which I'm not familiar with. the build tool is written in Python and is testing building for Ruby on Rails :) Any help very much appreciated. Any more info needed, please let me know... Thanks Jerry

Re: Getting started with Pipeline

2016-06-13 Thread Jerry Steele
BRANCH")) { > gitBranch = GIT_BRANCH > } > > node { > stage "Check out from Git" > git branch: "$gitBranch", url: "$gitUrl" > > stage "Build code" > sh "sudo -Hs build_tool arg1 $gitUrl subproject_a

Re: Getting started with Pipeline

2016-06-13 Thread Jerry Steele
les like this into the build process? Thanks Jerry On Monday, 13 June 2016 12:00:22 UTC+1, Mark Waite wrote: > > For the multi-branch development work I've been doing, it has been better > to avoid placing branch information inside the Jenkinsfile. The problem I > had was that mos

Re: Getting started with Pipeline

2016-06-13 Thread Jerry Steele
ation of > https://issues.jenkins-ci.org/browse/JENKINS-33202 . > > Mark Waite > > On Mon, Jun 13, 2016 at 5:37 AM Jerry Steele > wrote: > >> Thanks for the info re: In-process script approval, that worked :) >> >> @Mark, I'm pretty sure that I need to

Re: Getting started with Pipeline

2016-06-14 Thread Jerry Steele
27;' } However, the variable substitution does not appear to work, and the job fails at the build_tool stage with: + sudo -Hs build_tool dist usage: build_tool usage Obviously, the variables are not being substituted. I've also tried "$git_url", "git_url" and

Re: Getting started with Pipeline

2016-06-14 Thread Jerry Steele
quot;sudo -Hs build_tool dist ${git_url} my_project ${git_branch}" } Thanks very much :) --- >>> >>> Jerry Steele >>> Telephone: +44 (0)7492 910225 >>> http://www.ticktockhouse.co.uk >>> GPG: 43A3A8C6 >>> >>> -- >> You rece