Re: Node provisioning with SimpleScheduledRetentionStrategy

2021-07-20 Thread Sara E
Gotcha. I guess it needs to be a little more complex than just changing the Retention Strategy's check interval. It seems to be a hard-coded value in SimpleScheduledRetentionStrategy

Node provisioning with SimpleScheduledRetentionStrategy

2021-07-19 Thread Sara E
We provision nodes using the "Launch Agent using Command on Controller" option in the node settings. This will call a script which creates a node in our internal cloud and starts the agent. The script takes 30 minutes to an hour to get a node, set it up and start the agent. We also use the

Re: Running jobs via VMware Workstation (15)

2019-01-28 Thread John E Peterson
es up and the javaws on the VM would connect as though it was launched via a vSphere cloud and work as it always did? Documentation is not totally clear on any of this. If that is the case, this is precisely what I need. Thanks On Monday, January 28, 2019 at 11:10:06 AM UTC-5, John E Peterso

Running jobs via VMware Workstation (15)

2019-01-28 Thread John E Peterson
Ok. We have to run some jobs using VM's controlled on a real PC (Well, a VM on a real PC, not a VMware ESXi vCenter/vSphere host server setup). All the bits and pieces seem to be there to do this, but no method (and no plugins) to put it all together. We have Jenkins running on

Re: ALI Integration Problem - Build Configuration XML is empty

2018-03-05 Thread Florian E
w of your jobs. BR Florian Am Montag, 5. März 2018 10:00:48 UTC+1 schrieb Florian E: > > Hi, > > I have problems to connect Jenkins and HP ALM. I want to start a SW build > with Jenkins and see the result of the build process in HP ALM (success, > unstable, failure, ...). >

ALI Integration Problem - Build Configuration XML is empty

2018-03-05 Thread Florian E
Hi, I have problems to connect Jenkins and HP ALM. I want to start a SW build with Jenkins and see the result of the build process in HP ALM (success, unstable, failure, ...). My configuration - call it Jenkins-New: Jenkins LTS ver. 2.89.4 HP ALM 11 ALI 2.0 Hudson Integration with HP ALM -

HP ALI Integration - Empty Build Configurations list

2018-03-05 Thread Florian E
Hi, I have problems to connect my Jenkins server with HP ALM to show the builds which I start with Jenkins and want to show in HP ALM. I am using the following configuration - lets call it *Jenkins-New*: Jenkins ver 2.89.4 (LTS) HP ALM 11 ALI 2.0 I installed the plugin "*Hudson Integration

Setting up security

2017-12-06 Thread John E Peterson
Before I break anything, I need to clarify something about setting up Active Directory authentication. Actually setting up the domain seems straight forward. But... It asks for a backup user (Jenkins Own Directory), so I type in jpeterson. Ok? I have been using NO security. So, how does it

Nodes Not Coming Back Online

2016-07-19 Thread samuel . e . browne
The system with which I am working uses nodes that are brought online as needed, and taken offline if they are not immediately used again (within two minutes) when a job is complete. Using the “restrict where this job can be run” or the Parameterized Build (using a label), the master does

Re: Jenkins 2.0 alpha release available

2016-03-25 Thread E
I cannot find documentation for the Jenkinsfile DSL format. It should be linked on the announcement page at (https://jenkins-ci.org/2.0/ and https://jenkins.io/2.0/) so that all the people who come will get a chance to look at it. On Monday, February 29, 2016 at 3:39:22 PM UTC-8, R Tyler Croy

New RHEL Slave: NPE in hudson.slaves.WorkspaceList.allocate()

2015-11-03 Thread Neil E. Hodges
Hello everyone, I've been trying to set up a new Jenkins slave on a Red Hat Enterprise Linux VM on VMWare, but have been having a lot of trouble with getting jobs to execute successfully there. Whenever a job starts, this error pops up and it fails (some stuff redacted): > Building remotely on

Jenkins Publish over SSH issue

2014-08-08 Thread Dwayne E Carter
I am trying to execute an command via SSH using the Publish over SSH plugin, but this is the output I am getting: SSH: Connecting from host [SVN] SSH: Connecting with configuration [wasapp-t03] ... SSH: EXEC: STDOUT/STDERR from command [ssh -t -t jenkins@wasapp-t03.xxx uname

no plugins available?

2014-01-14 Thread tom-e
Hello The 'available' tab for plugins is saying, No updates in 1.544. When I push the check now button on tab advanced nothing happend, it still says Update information obtained: 14 days ago! Kind regards, tom -- You received this message because you are subscribed to the Google Groups

Re: Error during Grails build with Grails plugin

2013-12-16 Thread tom-e
Hello Eric I think you are wright, but the problem is that the quoting is done by the grails plugin. I've got no quotes in the configuration. And it seems that only we got this problem with the grails plugin. Kind regards Tom -- You received this message because you are subscribed to the

Updates of jenkins and plugins are not shown

2013-10-04 Thread tom-e
Hello We don't get any information about new versions of jenkins or plugins on the Manage Jenkins page. The only error I got in the log is this one: Failed to load hudson.plugins.release.dashboard.RecentReleasesPortlet$DescriptorImpl java.lang.LinkageError: Failed to resolve class

RE: setting hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps (UNCLASSIFIED)

2013-09-26 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED Caveats: NONE I added the command and Jenkins doesn't start. The error message is the service did not start in a timely fashion -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Baptiste Mathus

setting hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps

2013-09-25 Thread lance . e . mead . ctr
The wiki page for the actuve directory plugin says to set hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps, but no where can I find information on how this is to be done. Is it a line in the config.xml? -- You received this message because you are subscribed to the

RE: Set a property (UNCLASSIFIED)

2013-09-25 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED Caveats: NONE I attempted to add the value to the windows service but it does not accept the input. I'm trying to change Hudson.plugins.active_directory.ActiveDirectorySecurityRealm.forceLdaps although it does not say what to set it to. -Original

RE: Set a property (UNCLASSIFIED)

2013-09-25 Thread Mead, Lance E CTR (US)
(UNCLASSIFIED) What is the command line as shown in the Windows service configuration? Is that where you attempted to add the value? What happens (error message?) when you try to start the service this way? Eric On 9/25/2013 3:13 PM, Mead, Lance E CTR (US) wrote: Classification: UNCLASSIFIED Caveats

RE: Set a property (UNCLASSIFIED)

2013-09-25 Thread Mead, Lance E CTR (US)
PM To: jenkinsci-users@googlegroups.com Subject: Re: Set a property (UNCLASSIFIED) You need a hyphen before the D, so that it is recognized as an option: -Dhudson.plugins.active_directory.ActiveDirectorySecurityRealm.forceLdaps=true On 9/25/2013 3:55 PM, Mead, Lance E CTR (US) wrote

RE: Password for unknown user (UNCLASSIFIED)

2013-09-13 Thread Mead, Lance E CTR (US)
? On 9/12/13 11:22 AM, Mead, Lance E CTR (US) wrote: Classification: UNCLASSIFIED Caveats: NONE I have closed the editor, stopped the instance, stopped the service, shutdown the browser. Reopen the editor and it still says the file is open by another program. -Original Message

RE: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Mead, Lance E CTR (US)
something like this (make a backup first : ) ): useSecuritytrue/useSecurity authorizationStrategy class=hudson.security.AuthorizationStrategy$Unsecured/ securityRealm class=hudson.security.SecurityRealm$None/ Then restart Jenkins From: lance e mead

RE: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Mead, Lance E CTR (US)
, 2013 11:27 AM To: jenkinsci-users@googlegroups.com Subject: Re: Password for unknown user (UNCLASSIFIED) probably need to kill java? From: Lance E CTR Mead (US) lance.e.mead@mail.mil To: jenkinsci-users@googlegroups.com Sent: Thursday, September 12, 2013 1

RE: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Mead, Lance E CTR (US)
@googlegroups.com Cc: Brad Knowles Subject: Re: Password for unknown user (UNCLASSIFIED) On Sep 12, 2013, at 1:22 PM, Mead, Lance E CTR (US) lance.e.mead@mail.mil wrote: I have closed the editor, stopped the instance, stopped the service, shutdown the browser. Reopen the editor and it still

RE: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Mead, Lance E CTR (US)
...@comcast.net Sent: Thursday, September 12, 2013 11:58 AM To: jenkinsci-users@googlegroups.com Subject: Re: Password for unknown user (UNCLASSIFIED) Strange, is it in some sort of container where you need to stop tomcat or apache or something like that? From: Lance E CTR

Password for unknown user

2013-09-06 Thread lance . e . mead . ctr
While attempting to set up Active Directory security was turned on. Now Jenkins requires a User and Password and does not accept the current user's information. Uninstalling and reinstalling Jenkins does not remove the required login. Uninstalling and wiping the registry of Jenkins entries

RE: Jenkins release mailing group

2013-07-29 Thread Gregory, Lawrence E.
I could be very wrong, but here's my $.02...I'm not sure how beneficial that would be, and the administration of another mailing list probably isn't the best use of the community's already limited resources. https://jenkins-ci.org/changelog provides all of that information already, and more

RE: Permission to posto in mail list (UNCLASSIFIED)

2013-06-26 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED Caveats: NONE Good luck. I have not luck getting any assistance! -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Nayana ABREU Sent: Wednesday, June 26, 2013 7:16 AM To:

enter parameters in http_request

2013-06-11 Thread lance . e . mead . ctr
In the Http_request plugin parameters are needed but there is no field to enter them. How are parameters supposed to be entered? -- 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,

Jenkins in windows

2013-05-22 Thread lance . e . mead . ctr
I am a new user trying to get Jenkins working in a Windows 7 OS. There seems to be no support nor any help available for such a task. Does anyone know a) where to get answers to questions or b) a CI like Jenkins that has a API that runs in Windows? Lance -- You received this message

Re: Jenkins in windows

2013-05-22 Thread lance . e . mead . ctr
We need to run the Python API, JenkinsAPI, but I can't find anything that will install the API. The API is a .tar.gz file and after unzipping the setup file does not run with pip, a error. I posted a message about getting the API to work but there was no response. Thanks, Lance On

Re: Jenkins in windows

2013-05-22 Thread lance . e . mead . ctr
The Python API . On Wednesday, May 22, 2013 9:57:52 AM UTC-7, lance.e@mail.mil wrote: I am a new user trying to get Jenkins working in a Windows 7 OS. There seems to be no support nor any help available for such a task. Does anyone know a) where to get answers to questions or b) a

Install Jenkinsapi in windows RHEL 6

2013-05-17 Thread lance . e . mead . ctr
I am trying to install Jenkins python REST API on both windows 7 and RHEL 6 computers. I can download the tar file and unzip it on the RHEL but I cannot get it to install. The easy_install command doesn't exist on my computer. I would appreciate any help I can get. -- You received this

Python API: Getting a Full List of Builds

2013-03-15 Thread Neil E. Hodges
Hello everyone, A tool within our infrastructure uses the Python API to get a full list of builds for a select subset of our jobs, but recently the list has been truncated to ten jobs regardless of how many are shown in the Web UI. Keep this build forever doesn't have any effect on this

Re: Jenkins open or close issue

2012-11-18 Thread Gustavo Lira e Silva
-- *From:* Gustavo Lira e Silva guga.li...@gmail.com *To:* jenkinsci-users@googlegroups.com *Sent:* Saturday, November 17, 2012 1:31 PM *Subject:* Jenkins open or close issue How can I implement to Jenkins open or close a issue ticket? I can use Redmine, Trac

Jenkins open or close issue

2012-11-17 Thread Gustavo Lira e Silva
How can I implement to Jenkins open or close a issue ticket? I can use Redmine, Trac, Mantis, Bugzilla, whatever. It`s possible to jenkins open a Issue ticket on some of this projects? If possible I would like open a Issue ticket (some of these softwares) and jenkins closse the issue depending

sms notification

2012-07-09 Thread Gustavo Lira e Silva
Hi to all, Sorry for this simple questions, but how can I send a sms notification about the build results?

Re: sms notification

2012-07-09 Thread Gustavo Lira e Silva
This plugin is free for send sms (I just need this )notification? 2012/7/9 R. Tyler Croy ty...@monkeypox.org On Mon, 09 Jul 2012, Gustavo Lira e Silva wrote: Hi to all, Sorry for this simple questions, but how can I send a sms notification about the build results? You might find