Cannot run agent Pod for Jenkins 2.346.2 on Kubernetes

2022-07-20 Thread Jim Leary
. Thanks. --Jim L. *Kubernetes plugin: 3670.v6ca_059233222* *Jenkins: 2.346.2* *Helm Chart: jenkins/jenkins 4.1.13* *Namespace: jenkins* *AWS EKS v1.2.2* *Partial Log:* *2022-07-20 20:29:27.245+ [id=45] INFO hudson.slaves.NodeProvisioner#update: default-v6pxh provisioning successfully

Re: How to pull a report from HP Performance Center in Jenkins.

2019-08-27 Thread Jim Ryan
Nobody? I can't be the first...;+} On Friday, August 16, 2019 at 9:11:29 AM UTC-4, Jim Ryan wrote: > > We run regular, scheduled jobs in Performance Center. These are scheduled > to run via the Performance Center API. I want to then have a scheduled job > in Jenkins that w

How to pull a report from HP Performance Center in Jenkins.

2019-08-16 Thread Jim Ryan
no admin rights and Jenkins and have to deal with another group in the company via service tickets to get this done. That being said, is it possible to see somewhere in Jenkins, as a lowly user, what plugins are installed? Thanks for any help. Jim -- You received this message because you

Re: TCP port for JNLP slave agents section not found in configure global security

2019-06-12 Thread Jim Barnebee
On Friday, May 24, 2019 at 6:10:40 AM UTC-6, Emilio Escobar Reyero wrote: > > Hi, > > I have started a 2.178 instance from scratch, installing suggested > plugins, and the agent port configuration is behind Markup Formatter as > expected. > > > [image: Screenshot 2019-05-24 at 13.36.39.png] >

AW: Jenkins: How to run test on multiple hosts in parallel?

2018-08-10 Thread Spriggs, Jim
by default, and the status consoles and results will all be independently available. Works for me. Good Luck! -- jim Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Vijay Hiremath Gesendet: Dienstag, 7. August 2018 08:43 An: jenkinsci-users

AW: Upgrade Path for Jenkins/Hudson

2018-04-06 Thread Spriggs, Jim
only human, after all. Big thanks to everyone involved for making my life easier! -- jim RAYLASE GmbH Argelsrieder Feld 2+4 82234 Wessling Germany Tel.: +49-(0)8153/88 98-0 Fax: +49-(0)8153/88 98-10 http://www.raylase.de District Court Munich, HRB 234738

Re: Remove / disable the Replay capability for Jenkins Pipeline consumers

2017-06-07 Thread Jim Coll
Worked it out - the Run/Reply permission was getting greyed out when the Job/Configure permission is selected which implies that it's automatically granted with the latter permission. On Tuesday, June 6, 2017 at 6:45:54 PM UTC+1, Jim Coll wrote: > > I want to remove the ability for

Remove / disable the Replay capability for Jenkins Pipeline consumers

2017-06-06 Thread Jim Coll
I want to remove the ability for users of Jenkins Pipeline to be able to modify the Jenkinsfile or other loaded pipeline scripts using the Replay option. I have tried removing the permission from the roles that I've assigned to a user group but for some reason they still have the access to the

AW: Workspace root directory (Jenkinsfile)

2017-02-21 Thread Spriggs, Jim
of the “Manage Jenkins|Configure System” page for more info. Good Luck! -- jim Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Ryan Hutchison Gesendet: Dienstag, 21. Februar 2017 16:38 An: jenkinsci-users@googlegroups.com Betreff: Workspace root

Sending email to $DEFAULT_RECIPIENTS via Pipeline script?

2016-11-01 Thread Jim Klo
vy.lang.MissingPropertyException: No such property: DEFAULT_RECIPIENTS for class: groovy.lang.Binding And using ${env.DEFAULT_RECIPIENTS} results in a null value. Can someone provide some pointers? FWIW using various providers doesn't work for us as the committer id's don't map to a common "@domain.org

TestNG Plugin: Can the plugin handle changes made using TestNG XML Reporter properties?

2016-09-23 Thread Jim Mochel
at the TestNG plug-in code and didn't see any obvious keywords to indicate whether they could or couldn't Thank you in advance, Jim Mochel -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: AccuRev SCM Plugin crashes on Save or Apply

2016-06-28 Thread Jim Gorski
Daniel - you are the level best. Next time I'll do a better job searching the open issues before posting. Thank you! Jim G. On Tuesday, June 28, 2016 at 10:59:30 AM UTC-4, Daniel Beck wrote: > > > > On 28.06.2016, at 14:38, Jim Gorski <jim.go...@gmail.com > > w

AccuRev SCM Plugin crashes on Save or Apply

2016-06-28 Thread Jim Gorski
My group just updated our server to 2.11 and now every change to a job using the AccuRev SCM plugin causes this crash: javax.servlet.ServletException: java.lang.IllegalArgumentException: Failed to instantiate class hudson.scm.SCM from

Re: Git Plugin: updated password now cannot connect to repo

2016-01-20 Thread Jim Klo
ed credentials for SVN and only a problem with GIT. Also the odd thing is that old password contained both '{' and '}' and it worked fine for the last year. On Thursday, January 14, 2016 at 5:11:59 PM UTC-8, Jim Klo wrote: > > Hi, > > Over the last few days my password used for J

Re: Git Plugin: updated password now cannot connect to repo

2016-01-14 Thread Jim Klo
/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: remote error: Invalid username or password. Now I've also tried upgrading Jenkins and all the plugins... same error. Jim -- You received this message because you are subscribed to the Google Groups "J

Git Plugin: updated password now cannot connect to repo

2016-01-14 Thread Jim Klo
Hi, Over the last few days my password used for Jenkins' Git Plugin expired, of which I promptly updated in Jenkins. Unfortunately, even with the correct password (which uses the same special characters as the previous password) it won't authenticate, and there doesn't seem to be any other

[workflow] How to control the scheduling of node allocations.

2015-11-08 Thread Jim Tilander
their nodes allocated? Or is there any other way to ensure that the three different steps gets run as soon as possible? I'm on Jenkins 1.630. Cheers, Jim -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Running a single job multiple times against a slave pool, taking a free slave if possible before queueing the next run

2015-10-30 Thread Jim
it until a slave became free, at which point it would than be run. Thnks for any help, Jim. -- 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-user

Re: Running a single job multiple times against a slave pool, taking a free slave if possible before queueing the next run

2015-10-30 Thread Jim
Thank you, that looks like it's working as I want now. :-) Have Fun, Jim. On Friday, 30 October 2015 15:55:26 UTC, Eric Pyle wrote: > > I think all you need to do is check the box "Execute concurrent builds if > necessary" in the job configuration. > > Eric > > O

Re: Need basic guidance on defining job that monitors gerrit

2015-04-23 Thread Jim West
hi David, There is a gerrit plugin for jenkins that is quite handy. Once configured it will listen for gerrit events. You can then use these to trigger jobs. We use this primarily for review/gate jobs. A git review is done, patch set is uploaded (patch set creation event), the jenkins job

Password Parameter passes masked characters into maven goals

2015-03-19 Thread Jim Arasim
I have a job using a Password Parameter type (This Build is Parameterized = Add Parameter = Password Parameter), that I reference in Goals and Options of a maven build. This week I found the masked characters () were getting passed through to the underlying java program that uses the

Re: Promote jobs from test - staging - production

2015-03-18 Thread Jim West
hi Jochen, Take a look at jenkins-job-builder. With templates and macros you you'd be set. We use this almost exclusively at work with 500+ jobs and it works great. Job descriptions are yaml files that we keep in git. Version controlled jobs FTW! -jimW Sent from my iPad On Mar 18,

need help with commit hooks and build order

2015-03-04 Thread Jim Priest
then it would kick of my tests, etc. but I'm not sure of the correct way to wire that up. Thanks, Jim -- 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

Concurrent builds in a BuildFlow

2015-02-18 Thread Jim Adams
I am using the BuildFlow plugin to attempt to sequence a whole bunch of builds. The same build could be queued by different build flow jobs. The problem is that if the different build flow jobs are run at the same time one will fail if the other has already enqueued the job. Is there a way to

Is there a plugin that generates trending graphs?

2014-08-21 Thread Jim Fung
anyone know if plugins already exist which could satisfy some/all of these requirements? Thanks, Jim -- 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

Re: Issues with a job configured to build any git 'feature' branch.

2014-07-26 Thread Jim Lloyd
to evaluate the source code of the change for other possible incompatibilities. Let me know if you're interested. Mark Waite On Tue, Jul 22, 2014 at 7:14 PM, Jim Lloyd jim.ll...@gmail.com wrote: On Tue, Jul 22, 2014 at 5:37 PM, Mark Waite mark.earl.wa...@gmail.com wrote: On Tue, Jul 22, 2014

Re: Issues with a job configured to build any git 'feature' branch.

2014-07-22 Thread Jim Lloyd
specific branch, and is therefore partially confused when a job is configured to match a wildcard pattern like 'feature/**'. -Jim On Tue, Jul 22, 2014 at 12:28 PM, Jim Lloyd jim@gmail.com javascript: wrote: Our workflow using git is similar to the GitFlow http://datasift.github.io

Re: Issues with a job configured to build any git 'feature' branch.

2014-07-22 Thread Jim Lloyd
On Tue, Jul 22, 2014 at 5:37 PM, Mark Waite mark.earl.wa...@gmail.com wrote: On Tue, Jul 22, 2014 at 5:30 PM, Jim Lloyd jim.ll...@gmail.com wrote: Can't you obtain the results you want (on your different, but related concern) by asking your developers to push a new branch for changes which

Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
We have a Jenkins installation that has undergone several changes in the last couple months as we transition from using Perforce to using Git as our SCM. We've had numerous problems with email-ext during the transition, but we may be getting close to a solution. We're currently using the most

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
the logs for the container and see if there is additional JavaMail log info there? On Tue, Jul 15, 2014 at 11:15 AM, Jim Lloyd jim.ll...@gmail.com wrote: Debug mode was already on for that build. The two lines of error message were all that were present in the log. On Tuesday, July 15

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
you sending to that address? Richard. On Wed, Jul 16, 2014 at 5:29 AM, Jim Lloyd jim.ll...@gmail.com wrote: We have a Jenkins installation that has undergone several changes in the last couple months as we transition from using Perforce to using Git as our SCM. We've had numerous problems

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
? Also, can you post your global config.xml file (after you scrub it for company information). On Tue, Jul 15, 2014 at 2:31 PM, Jim Lloyd jim.ll...@gmail.com wrote: I don't think that is the problem. I can send test emails from Jenkins using the Test configuration by sending test e-mail

Re: Problems with email-ext messages after Jenkins upgrade, with both Perforce and Git SCM jobs

2014-06-18 Thread Jim Lloyd
, or would I be offered plugins that matched 1.554.2? Thanks, Jim -- 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

Re: Problems with email-ext messages after Jenkins upgrade, with both Perforce and Git SCM jobs

2014-06-16 Thread Jim Lloyd
Thank you Rob, that's exactly the info I need. It's not clear to me when I can expect a public release of the fixed perforce plugin, but at least now I understand specifically what the problem is and see options for how to work around it until there is a new release of the plugin. -Jim On Sun

Problems with email-ext messages after Jenkins upgrade, with both Perforce and Git SCM jobs

2014-06-13 Thread Jim Lloyd
${CHANGES_SINCE_LAST_SUCCESS, reverse=true, showPaths=true, format=%cbr /, changesFormat=[%r] %d strong%a/strongbr /%mbr /%p, pathFormat=%pbr /} I have searched to try to understand why ${CHANGES_SINCE_LAST_SUCCESS} is now partially broken but have so far not found an answer. Can someone help? Thanks, Jim

Fighting to just copy some files

2014-03-12 Thread Jim Munn
I am setting up an environment to do some testing. Our build actually happens on our Team Foundation Server (TFS), which also spawns two Linux builds via SSH. The result of our build is 6 different configurations, including Windows and Linux both 32 and 64 bit (it's C++ code with a Python

Using a job to decide when to run another job

2013-05-28 Thread Jim Zajkowski
via remote call, e.g., with curl. Our Jenkins installation is behind a centralized SSO system, so that makes life a bit more difficult, but not impossible. Is there any way to perhaps have a job execute based on the output of the monitoring job? Or any other way to do this? --Jim -- You

Re: Using a job to decide when to run another job

2013-05-28 Thread Jim Zajkowski
Hi Jason, Thanks for this suggestion - this looks like it will work for us! --Jim On Tue, May 28, 2013 at 3:10 PM, Jason Swager jswa...@alohaoi.com wrote: Your second approach - slightly modified - would work. Create a job that determines if the next job should run, using whatever logic

Error creating a signed Xip in OS X from within Jenkins

2012-11-30 Thread Jim
no difference, either. Can anyone think of a difference between running this command in Terminal and running this command from Jenkins? Thanks, Jim Dodd Onset Computer Corporation

RE: New to jenkins

2012-10-11 Thread Jim McCaskey
There’s some good documentation on this on the Sonar website: http://docs.codehaus.org/display/SONAR/Hudson+and+Jenkins+Plugin -Jim From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of hamoodh parameswaran Sent: Thursday, October 11, 2012 9:43 PM

Local user when using AD integration

2012-08-07 Thread Jim McCaskey
just for the slaves would be... trying at best. Given that I am using the Active Directory plugin as my Security Realm, is there any way to also create a local user in Jenkins that I could use for this generic JNLP access? -Jim NOTICE: All information in and attached to this email may

SSH not executing commands in the correct order

2012-06-28 Thread Jim McCaskey
'Execute shell' marked build as failure Any ideas on how to fix this? Needless to say I'm dead in the water right now on these platforms. -Jim

RE: SSH not executing commands in the correct order

2012-06-28 Thread Jim McCaskey
I wonder how I would accomplish that by just upgrading Jenkins? So are you saying that the order that I see those in the error report has no meaning as well? I have noticed a number of SSH related issues in the last several Jenkins releases. I wonder if I just have a regression here. -Jim

RE: SSH not executing commands in the correct order

2012-06-28 Thread Jim McCaskey
coding the entire PATH value. Seems like a bug to me though. Thanks for taking the time Sami! -Jim -Original Message- From: Sami Tikka [mailto:sjti...@gmail.com] Sent: Thursday, June 28, 2012 2:41 PM To: jenkinsci-users@googlegroups.com; Jim McCaskey Subject: Re: SSH not executing

Re: Perl XML::Simple settings for configuring jobs

2012-06-27 Thread Jim Searle
There are lots of examples with Java/Groovy in the Wiki and in the web. Maybe a quick alternative to solve your issue. On Wed, Jun 27, 2012 at 9:44 PM, Jim Searle jimsea...@gmail.com wrote: I have perl scripts that automate setting up and modifying our job configurations using get/post to the api

Re: Unfail a build manually?

2012-06-27 Thread Jim Searle
the CompareApproved promotion, which run's another job called 'approve' which copies the latest files to the golden copy (and these files are in svn so we have a history) That's the basics, if you need more info let me know. - Jim On Wed, Jun 20, 2012 at 9:07 PM, Bopolissimus X Platypus bopolissi...@gmail.com

RE: latest version not downloadable

2012-06-11 Thread Jim McCaskey
Oh good, it's not just me. J Below is the error from yum. Downloading Packages: http://pkg.jenkins-ci.org/redhat/jenkins-1.469-1.1.noarch.rpm: [Errno 14] PYCURL ERROR 22 - The requested URL returned error: 404 Trying other mirror. Error Downloading Packages: jenkins-1.469-1.1.noarch:

RE: Using relative paths when deploying ZIP artifact using Jenkins Artifactory Plugin

2012-03-28 Thread Jim McCaskey
that Maven and Jenkins would do what comes naturally. -Jim -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of abargnesi Sent: Wednesday, March 28, 2012 12:47 PM To: Jenkins Users Subject: Using relative paths when deploying

RE: Using relative paths when deploying ZIP artifact using Jenkins Artifactory Plugin

2012-03-28 Thread Jim McCaskey
-${release.version}.zip/file typezip/type classifiermyfile/classifier /artifact /artifacts /configuration /execution /executions /plugin You would change myfile to whatever you want. -Jim

Re: Triggering a build via a scripted http call and getting back the build number

2012-02-17 Thread Jim Searle
I second this. It would be really nice to see the actual build number created in the response somewhere when using the api build and buildWithParameters calls. We can try to figure it out based on the nextBuildNumber, plus parsing through the queue/api/xml output, but it is not guaranteed. I