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 

.

On Tuesday, July 20, 2021 at 10:42:22 AM UTC-7 kuisat...@gmail.com wrote:

> The Availability is a little tricky, I think you have to make it the other 
> way around. Instead of building the agent in the "Launch Agent using 
> Command on Controller" build the agent on a scheduled job then you will 
> have the agent only available when you launched the job. You probably need 
> another scheduled job to unprovision the agent. The agent configuration 
> would be a regular agent (JNLP, SSH, ...) with the type of connection you 
> need and the Availability scheduled as you want.
>
> El lunes, 19 de julio de 2021 a las 23:50:04 UTC+2, 12s...@gmail.com 
> escribió:
>
>> 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 "Bring this agent online according to a schedule" in the 
>> "Availability" option. When we use this option, Jenkins keep checking if 
>> the node is online every couple of minutes and triggers another execution 
>> of the script without waiting for the first execution to complete (i.e. 
>> agent startup). This ends up creating multiple executions and overwhelms 
>> our cluster. Attached screenshot to give an idea. 
>>
>> From the log: 
>> /var/log/jenkins/jenkins.log.1:2021-07-13 03:50:32.709+ [id=45]
>> INFOh.s.SimpleScheduledRetentionStrategy#check: Trying to launch 
>> computer S1 as schedule says it should be on-line at this point in time
>> /var/log/jenkins/jenkins.log.1:2021-07-13 03:52:32.707+ [id=46]
>> INFOh.s.SimpleScheduledRetentionStrategy#check: Trying to launch 
>> computer S2 as schedule says it should be on-line at this point in time
>>
>> How can I stop Jenkins from not triggering the same script multiple times 
>> over and wait for the first execution to complete?
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/856d558d-06c7-4fd8-9677-10323eea80d5n%40googlegroups.com.


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 "Bring this agent online according to a schedule" in the 
"Availability" option. When we use this option, Jenkins keep checking if 
the node is online every couple of minutes and triggers another execution 
of the script without waiting for the first execution to complete (i.e. 
agent startup). This ends up creating multiple executions and overwhelms 
our cluster. Attached screenshot to give an idea. 

>From the log: 
/var/log/jenkins/jenkins.log.1:2021-07-13 03:50:32.709+ [id=45]
INFOh.s.SimpleScheduledRetentionStrategy#check: Trying to launch 
computer S1 as schedule says it should be on-line at this point in time
/var/log/jenkins/jenkins.log.1:2021-07-13 03:52:32.707+ [id=46]
INFOh.s.SimpleScheduledRetentionStrategy#check: Trying to launch 
computer S2 as schedule says it should be on-line at this point in time

How can I stop Jenkins from not triggering the same script multiple times 
over and wait for the first execution to complete?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/40250f31-dad9-4e1f-81cf-447dbc386241n%40googlegroups.com.


Re: Running jobs via VMware Workstation (15)

2019-01-28 Thread John E Peterson
Cool.  I'm going to talk to myself here.  :-)

If I say "launch by running an command on the master", does that mean that 
Jenkins will launch a "command" on the PC it is running on (MyJenkins)?  
 And if that command launches the VM on another system, and once that 
system comes 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 Peterson wrote:
>
> 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 "*MyJenkins*".
> We have VMware Workstation running on "*MyVMWorkstation*"
> We have VM's as *MyVM1* and *MyVM2* (controlled by VMware Workstation on "
> *MyVMWorkstation*")
>
> I'm guessing that maybe this becomes a pipeline thing?  But not sure how 
> to do it?  I know that several years back, VMware removed the ability of 
> vSphere to connect to and control Workstation via the Gateway app.  :-(
>
> We can launch a VM on *MyVMWorkstation* with a vmrun command line (and do 
> it remotely!).  Such as *PsExec \\MyVMWorksation vmrun start MyVM1*  
> Works a charm.  (Well, actually some credential mess to deal with, but I've 
> got that handled).
> When the VM launches, it will connect to Jenkins 
>
> What I need Jenkins to do when it detects a job is ready to run:
>
> Send the command as above to *MyVMWorkstation* to launch *MyVM1*
> Wait for *MyVM1* to launch (ie: javaws says "Hey, I'm connected and 
> ready")
> Run the job on* MyVM1* - just like a normal vSphere setup
> When the job is done, execute the original command with "stop" instead of 
> "start" (and actually a restore snapshot command as well)
>
> How do I chain all this together?  It involves sending commands to 
> essentially two "computers" in sequence to make this work.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5dfbf028-1d7b-44f5-a184-1ee4ec615db5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 "*MyJenkins*".
We have VMware Workstation running on "*MyVMWorkstation*"
We have VM's as *MyVM1* and *MyVM2* (controlled by VMware Workstation on "
*MyVMWorkstation*")

I'm guessing that maybe this becomes a pipeline thing?  But not sure how to 
do it?  I know that several years back, VMware removed the ability of 
vSphere to connect to and control Workstation via the Gateway app.  :-(

We can launch a VM on *MyVMWorkstation* with a vmrun command line (and do 
it remotely!).  Such as *PsExec \\MyVMWorksation vmrun start MyVM1*  Works 
a charm.  (Well, actually some credential mess to deal with, but I've got 
that handled).
When the VM launches, it will connect to Jenkins 

What I need Jenkins to do when it detects a job is ready to run:

Send the command as above to *MyVMWorkstation* to launch *MyVM1*
Wait for *MyVM1* to launch (ie: javaws says "Hey, I'm connected and ready")
Run the job on* MyVM1* - just like a normal vSphere setup
When the job is done, execute the original command with "stop" instead of 
"start" (and actually a restore snapshot command as well)

How do I chain all this together?  It involves sending commands to 
essentially two "computers" in sequence to make this work.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3e50f5ec-99b4-4a5d-a39e-a3ee49e7d21a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ALI Integration Problem - Build Configuration XML is empty

2018-03-05 Thread Florian E
I found a solution for the problem, after 3 day's :-)

I put the job in a "folder" which I created with the Folder plugin. When I 
move the job to the "root" folder it appeares in the Build Configuration 
XML!
So don't use folders. Use view's instead to get a better overview 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, ...).
>
> My configuration - call it Jenkins-New:
> Jenkins LTS ver. 2.89.4
> HP ALM 11
> ALI 2.0
> Hudson Integration with HP ALM - plugin installed from the ALI 2.5 Bundle 
> for ALM 11 V2.5.
>
> Configuration is made according the plugin page and a pdf user guide: "HP 
> Application Lifecycle Intelligence For the HP ALM Platform Software 
> Version: 2.0 For ALM 11.00, SP2 or later"
> In Manage Jenkins -> Configure System ALI Integration is configured and in 
> the Job a Post-build Aktion with ALI Integration is configured as well.
>
> *Now the problem:*
> On Jenkins main page in the left menu I have a ALI Integration entry. When 
> I click on it the last entry shows the "Build Configurations" in a XML file.
> The content is: 
> This XML file does not appear to have any style information associated 
> with it. The document tree is shown below.
> 
>
> When I try to add my build configuration in HP ALM, I can find the server 
> but there is no build configuration. I only get the dialog: "There is no 
> appropriate build configuration on server."
>
> I have a second Jenkins installation - call it Jenkins-Old.
> The entry "Build Configurations" shows the following.
> 
> 
> 
>
> In HP ALM when I try to add the build configuration I get the "Test Job" 
> to select.
>
> Has anybody encountered this problem as well?
>
> BR,
> Florian
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0b0d16e5-ec80-48d3-90d7-0258dcb6153e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 - plugin installed from the ALI 2.5 Bundle 
for ALM 11 V2.5.

Configuration is made according the plugin page and a pdf user guide: "HP 
Application Lifecycle Intelligence For the HP ALM Platform Software 
Version: 2.0 For ALM 11.00, SP2 or later"
In Manage Jenkins -> Configure System ALI Integration is configured and in 
the Job a Post-build Aktion with ALI Integration is configured as well.

*Now the problem:*
On Jenkins main page in the left menu I have a ALI Integration entry. When 
I click on it the last entry shows the "Build Configurations" in a XML file.
The content is: 
This XML file does not appear to have any style information associated with 
it. The document tree is shown below.


When I try to add my build configuration in HP ALM, I can find the server 
but there is no build configuration. I only get the dialog: "There is no 
appropriate build configuration on server."

I have a second Jenkins installation - call it Jenkins-Old.
The entry "Build Configurations" shows the following.




In HP ALM when I try to add the build configuration I get the "Test Job" to 
select.

Has anybody encountered this problem as well?

BR,
Florian

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/89459996-c458-4faa-b713-ca60e11aa808%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 with HP ALM*" from the *ALI 2.5 
Bundle for ALM 11 V2.5*.
I followed the installation and configuration steps from the plugin help 
page and the following pdf:
*HP Application Lifecycle Intelligence **For the HP ALM Platform **Software 
Version: 2.0 **For ALM 11.00, SP2 or later*

Manage Jenkins -> Configure System: ALI Integration is configured 
Job Configuration: I added a Post-Build Aktions with ALI Integration

*Now my problem:*
On the main Jenkins page I have a "ALI Integration" button on in the left 
menu. When I click on it I get a list with installed capabilities of the 
plugin and at the bottom an entry "Build Configurations XML".
When I click on the XML a new page opens with the following content:
This XML file does not appear to have any style information associated with 
it. The document tree is shown below.



In an other Jenkins installation, let's call it *Jenkins-Old,* I get the 
following list when I click on the "Build Configurations XML":




In HP ALM when I try to add the Build Configurations of *Jenkins-New*, I 
get the following dialog: "There is no appropriate build configuration on 
server".
When I try to add a Build Configuration from the *Jenkins-Old* I get the 
"Test Job".

Has anybody this issue?

BR,
Florian

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7ef1dd64-2398-46a0-a375-9d06e9bba5fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 know who I am or what 
my password would be for this?

I also don't want ALL domain users to be able to access this.  Only a 
"group".  I assume this is configured under the matrix area?  I get two 
long sections - unauthorized user (if I require authentication, why does 
this even show?) and administrator.  I assume I want ALL checksmarks for 
administrator.  But, how does it KNOW me@mydomain is an admin?  Where is 
that configured if nothing has ever been configured before?

It also asks for a group.  Is this an AD authentication group?  Such as 
Jenkins_Users and Jenkins_Admins?  And then it determines by which AD group 
people are in which permissions they get?

There needs to be a clear instruction manual on step-by-step for this as 
this is such a critical function and if you screw up, you can't get back in 
and have to restore a backup.

Bottom line:
I want to (first time) setup security.
I want me (jpeterson) to be the backup user in Jenkins Own Directory (which 
I have never added anybody)
I want to be able to have two AD authenticated sets of users - 
Jenkins_Users and Jenkins_Admins so I can limit permissions for the Users.  
But not clear if this is setup intneral to Jenkins or via AD groups.

Thanks

Note - I assume that:
Domain Name, Domain Controller are as expected
Site is an arbitrary name I give?
Bind ID and Bind PWD are the authorized domain admin credentials?

Once again, there is no real instructional setup help even on the plugin 
page.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f329a188-10af-4501-8d3b-e4519e5ccd7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 not bring an additional node online for a 
newly triggered job if there is already a node online which matches that 
label.  This is not the desired behavior.  Right now, this blocks the build 
queue by making the new job wait until the job already running on the 
online node is finished (multiple hours in some cases).

 
I need the master to bring a node (with matching label) online for a new 
job unless there is already a FREE node online matching that label.  
Jenkins knows these jobs are waiting too, because the logs show "Launching 
machine X because it has been in demand for 1 hr 28 min".

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/89cf70ae-f350-479e-b2f3-dafb20322061%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 wrote:
>
> As I mention in this blog post: 
> https://jenkins-ci.org/blog/2016/02/29/jenkins2-alphas/ 
>
> The first Jenkins 2.0 alpha downloads are available (yay!). You can read 
> more 
> about it on the 2.0 landing page (https://jenkins-ci.org/2.0/), which 
> also 
> includes the links the download various native packages of the 2.0 alpha. 
>
>
> I'm going to be linking to this thread from the page and blog post for 
> feedback, so by all means, download it and play around with it! 
>
>
> Cheers 
> - R. Tyler Croy 
>
> -- 
>  Code:  
>   Chatter:  
>
>   % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F 
> -- 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c3ba0e77-b242-4852-b8d2-88458bf3c4a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 $SLAVE ($LABELS)FATAL: null
> java.lang.NullPointerException
>   at hudson.slaves.WorkspaceList.allocate(WorkspaceList.java:179)
>   at 
> hudson.model.AbstractBuild$AbstractBuildExecution.decideWorkspace(AbstractBuild.java:484)
>   at 
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521)
>   at hudson.model.Run.execute(Run.java:1744)
>   at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>   at hudson.model.ResourceController.execute(ResourceController.java:98)
>   at hudson.model.Executor.run(Executor.java:374)

The working directory wasn't created by the slave for some reason, so I
created it manually, but it still doesn't work.  The agent is running as
root, so I can't imagine it'd be permission issues.

Has anyone else seen this?  This is with Jenkins 1.617.

Thank you,

- Neil

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/20151103124233.GA1485%40cisco.com.
For more options, visit https://groups.google.com/d/optout.


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 -a] ...
Host key verification failed.
SSH: EXEC: completed after 203 ms
SSH: Disconnecting configuration [wasapp-t03] ...
ERROR: Exception when publishing, exception message [Exec exit status not zero. 
Status [255]]
Build step 'Send files or execute commands over SSH' changed build result to 
UNSTABLE
Finished: UNSTABLE


Few question(s):


Where are the Known_Hosts file stored on a Jenkins installation on windows?


Can you set an environment variable to defined the home directory from the SSH 
client?

-- 
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.
For more options, visit https://groups.google.com/d/optout.


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 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 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.
For more options, visit https://groups.google.com/groups/opt_out.


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 
 hudson.plugins.release.dashboard.RecentReleasesPortlet$DescriptorImpl at 
 hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:491)
  
 at 
 hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:524)
  
 at com.google.inject.AbstractModule.configure(AbstractModule.java:62) at 
 com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:230) 
 at com.google.inject.spi.Elements.getElements(Elements.java:103) at 
 com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:136)
  
 at 
 com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
  
 at com.google.inject.Guice.createInjector(Guice.java:96) at 
 com.google.inject.Guice.createInjector(Guice.java:73) at 
 hudson.ExtensionFinder$GuiceFinder.(ExtensionFinder.java:282) at 
 sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at 
 sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at 
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
 at java.lang.reflect.Constructor.newInstance(Unknown Source) at 
 java.lang.Class.newInstance(Unknown Source) at 
 net.java.sezpoz.IndexItem.instance(IndexItem.java:181) at 
 hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:642) at 
 hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:617) at 
 hudson.ExtensionFinder._find(ExtensionFinder.java:151) at 
 hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:316) 
 at hudson.ExtensionList.load(ExtensionList.java:295) at 
 hudson.ExtensionList.ensureLoaded(ExtensionList.java:248) at 
 hudson.ExtensionList.iterator(ExtensionList.java:138) at 
 hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:309) 
 at hudson.ExtensionList.load(ExtensionList.java:295) at 
 hudson.ExtensionList.ensureLoaded(ExtensionList.java:248) at 
 hudson.ExtensionList.get(ExtensionList.java:153) at 
 hudson.PluginManager$PluginUpdateMonitor.getInstance(PluginManager.java:1109) 
 at hudson.maven.PluginImpl.init(PluginImpl.java:54) at 
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
 sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
 java.lang.reflect.Method.invoke(Unknown Source) at 
 hudson.init.InitializerFinder.invoke(InitializerFinder.java:120) at 
 hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184) at 
 org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259) at 
 jenkins.model.Jenkins$7.runTask(Jenkins.java:899) at 
 org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187) at 
 org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94) at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at 
 java.lang.Thread.run(Unknown Source) Caused by: 
 java.lang.TypeNotPresentException: Type 
 hudson.plugins.view.dashboard.DashboardPortlet not present at 
 sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(Unknown 
 Source) at 
 sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown 
 Source) at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown 
 Source) at sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Unknown 
 Source) at 
 sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Unknown 
 Source) at sun.reflect.generics.tree.ClassTypeSignature.accept(Unknown 
 Source) at 
 sun.reflect.generics.repository.ClassRepository.getSuperclass(Unknown 
 Source) at java.lang.Class.getGenericSuperclass(Unknown Source) at 
 hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:478)
  
 ... 41 more Caused by: java.lang.ClassNotFoundException: 
 hudson.plugins.view.dashboard.DashboardPortlet at 
 org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1365)
  
 at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1315) 
 at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1068) 
 at java.lang.ClassLoader.loadClass(Unknown Source) at 
 java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown 
 Source) ... 50 more  


We made no changes on the network or firewall, the server has connection to 
the internet.

Has anyone an idea what the problem is?

Kind regards
Tom

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


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
Sent: Wednesday, September 25, 2013 11:27 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: setting 
hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps

Not sure but I *think* this is a system property. So you need to add something 
like -D 
hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps=true to 
the java command starting Jenkins.
Hth

Le 25 sept. 2013 16:38, lance.e.mead@mail.mil a écrit :


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 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 
mailto:jenkinsci-users%2bunsubscr...@googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


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 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.
For more options, visit https://groups.google.com/groups/opt_out.


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 Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
Sent: Wednesday, September 25, 2013 11:35 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Set a property

On the command line when you start Jenkins, add the property to the command 
like this:

-Dproperty.name=property.value

For example, to set a hypothetical property called requireSecureLogin to
true:

-DrequireSecureLogin=true

Eric

On 9/25/2013 12:59 PM, lance.e.mead@mail.mil wrote:
 I have been told by the Jenkins wiki to set a property.  The search on 
 how to set a porperty fails to give the instructions.  Does anyone 
 know how  to specify and set a property that will be checked on 
 start-up aka a security login property?
 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Set a property (UNCLASSIFIED)

2013-09-25 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED
Caveats: NONE

I searched the registry and added 
Dhudson.plugins.active_directory.ActiveDirectorySecurityRealm.forceLdaps=true 
to the command line so now it is

C:\program files(86)\Jenkins\jenkins.exe 
Dhudson.plugins.active_directory.ActiveDirectorySecurityRealm.forceLdaps=true

It says the command is not found


-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
Sent: Wednesday, September 25, 2013 12:38 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Set a property (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: 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 Message-
 From: jenkinsci-users@googlegroups.com 
 [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
 Sent: Wednesday, September 25, 2013 11:35 AM
 To: jenkinsci-users@googlegroups.com
 Subject: Re: Set a property

 On the command line when you start Jenkins, add the property to the command 
 like this:

 -Dproperty.name=property.value

 For example, to set a hypothetical property called requireSecureLogin 
 to
 true:

 -DrequireSecureLogin=true

 Eric

 On 9/25/2013 12:59 PM, lance.e.mead@mail.mil wrote:
 I have been told by the Jenkins wiki to set a property.  The search 
 on how to set a porperty fails to give the instructions.  Does anyone 
 know how  to specify and set a property that will be checked on 
 start-up aka a security login property?
 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.
 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

 Classification: UNCLASSIFIED
 Caveats: NONE



--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Set a property (UNCLASSIFIED)

2013-09-25 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED
Caveats: NONE

The error message is that it did not respond to the start in a timely fashion

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
Sent: Wednesday, September 25, 2013 12:58 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:
 Classification: UNCLASSIFIED
 Caveats: NONE

 I searched the registry and added 
 Dhudson.plugins.active_directory.ActiveDirectorySecurityRealm.forceLd
 aps=true to the command line so now it is

 C:\program files(86)\Jenkins\jenkins.exe 
 Dhudson.plugins.active_directory.ActiveDirectorySecurityRealm.forceLdaps=true

 It says the command is not found


 -Original Message-
 From: jenkinsci-users@googlegroups.com 
 [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
 Sent: Wednesday, September 25, 2013 12:38 PM
 To: jenkinsci-users@googlegroups.com
 Subject: Re: Set a property (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: 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 Message-
 From: jenkinsci-users@googlegroups.com 
 [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Pyle
 Sent: Wednesday, September 25, 2013 11:35 AM
 To: jenkinsci-users@googlegroups.com
 Subject: Re: Set a property

 On the command line when you start Jenkins, add the property to the command 
 like this:

 -Dproperty.name=property.value

 For example, to set a hypothetical property called requireSecureLogin 
 to
 true:

 -DrequireSecureLogin=true

 Eric

 On 9/25/2013 12:59 PM, lance.e.mead@mail.mil wrote:
 I have been told by the Jenkins wiki to set a property.  The search 
 on how to set a porperty fails to give the instructions.  Does 
 anyone know how  to specify and set a property that will be checked 
 on start-up aka a security login property?
 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.
 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

 Classification: UNCLASSIFIED
 Caveats: NONE


 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.

 Classification: UNCLASSIFIED
 Caveats: NONE



--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Password for unknown user (UNCLASSIFIED)

2013-09-13 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED
Caveats: NONE

Yes it says Please check to see if this file is opened by another proram.

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Edwin Castro
Sent: Thursday, September 12, 2013 11:36 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Password for unknown user (UNCLASSIFIED)

Does it actually say the file is open by another program? Or is just reporting 
access is denied? Have you actually checked the ACLs on the file to make sure 
you actually have permissions to edit the file?

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-
 From: jenkinsci-users@googlegroups.com 
 [mailto:jenkinsci-users@googlegroups.com] On Behalf Of 
 k.thiel...@comcast.net
 Sent: Thursday, September 12, 2013 11:15 AM
 To: jenkinsci-users@googlegroups.com
 Subject: Re: Password for unknown user (UNCLASSIFIED)

 Stopping the Jenkins instance should do the trick


 

 From: Lance E CTR Mead (US) lance.e.mead@mail.mil
 To: jenkinsci-users@googlegroups.com
 Sent: Thursday, September 12, 2013 1:10:52 PM
 Subject: RE: Password for unknown user (UNCLASSIFIED) t
 Classification: UNCLASSIFIED
 Caveats: NONE

 The access is denied, I cannot edit the file.  How to I release what ever is 
 controlling it?

 -Original Message-
 From: jenkinsci-users@googlegroups.com 
 [mailto:jenkinsci-users@googlegroups.com] On Behalf Of 
 k.thiel...@comcast.net
 Sent: Friday, September 06, 2013 11:40 AM
 To: jenkinsci-users@googlegroups.com
 Subject: Re: Password for unknown user

 You should be able to edit the main Jenkins config.xml file.  With Active 
 Directory on it should look something like this:

  

   useSecuritytrue/useSecurity
   authorizationStrategy 
 class=hudson.security.FullControlOnceLoggedInAuthorizationStrategy/
   securityRealm 
 class=hudson.plugins.active_directory.ActiveDirectorySecurityRealm 
 plugin=active-directory@1.33
 domainsomedomain.com/domain
 bindPasswordBunchOfLettersAndNumbers=/bindPassword
   /securityRealm

  

 Update it to look 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 ctr lance.e.mead@mail.mil
 To: jenkinsci-users@googlegroups.com
 Sent: Friday, September 6, 2013 8:41:46 AM
 Subject: Password for unknown user



 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 also 
 does not remove the login requirement. How does someone return to the 
 non-login state? If anyone has information about how to have Jenkins use 
 Active Directory that information would also be helpful.

  


--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED
Caveats: NONE

The access is denied, I cannot edit the file.  How to I release what ever is 
controlling it?

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@comcast.net
Sent: Friday, September 06, 2013 11:40 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Password for unknown user

You should be able to edit the main Jenkins config.xml file.  With Active 
Directory on it should look something like this:

 

  useSecuritytrue/useSecurity
  authorizationStrategy 
class=hudson.security.FullControlOnceLoggedInAuthorizationStrategy/
  securityRealm 
class=hudson.plugins.active_directory.ActiveDirectorySecurityRealm 
plugin=active-directory@1.33
domainsomedomain.com/domain
bindPasswordBunchOfLettersAndNumbers=/bindPassword
  /securityRealm

 

Update it to look 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 ctr lance.e.mead@mail.mil
To: jenkinsci-users@googlegroups.com
Sent: Friday, September 6, 2013 8:41:46 AM
Subject: Password for unknown user



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 also does not 
remove the login requirement. How does someone return to the non-login state? 
If anyone has information about how to have Jenkins use Active Directory that 
information would also be helpful.

 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED
Caveats: NONE

Tried to but after the reboot Java didn't start up until after I launch Jenkins

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@comcast.net
Sent: Thursday, September 12, 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:22:05 PM
Subject: RE: Password for unknown user (UNCLASSIFIED)

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-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@comcast.net
Sent: Thursday, September 12, 2013 11:15 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Password for unknown user (UNCLASSIFIED)

Stopping the Jenkins instance should do the trick




From: Lance E CTR Mead (US) lance.e.mead@mail.mil
To: jenkinsci-users@googlegroups.com
Sent: Thursday, September 12, 2013 1:10:52 PM
Subject: RE: Password for unknown user (UNCLASSIFIED) t
Classification: UNCLASSIFIED
Caveats: NONE

The access is denied, I cannot edit the file.  How to I release what ever is 
controlling it?

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@comcast.net
Sent: Friday, September 06, 2013 11:40 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Password for unknown user

You should be able to edit the main Jenkins config.xml file.  With Active 
Directory on it should look something like this:

 

  useSecuritytrue/useSecurity
  authorizationStrategy 
class=hudson.security.FullControlOnceLoggedInAuthorizationStrategy/
  securityRealm 
class=hudson.plugins.active_directory.ActiveDirectorySecurityRealm 
plugin=active-directory@1.33
domainsomedomain.com/domain
bindPasswordBunchOfLettersAndNumbers=/bindPassword
  /securityRealm

 

Update it to look 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 ctr lance.e.mead@mail.mil
To: jenkinsci-users@googlegroups.com
Sent: Friday, September 6, 2013 8:41:46 AM
Subject: Password for unknown user



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 also does not 
remove the login requirement. How does someone return to the non-login state? 
If anyone has information about how to have Jenkins use Active Directory that 
information would also be helpful.

 

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group

RE: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED
Caveats: FOUO

Yes, the shut down the Jenkins service, no change

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Brad Knowles
Sent: Thursday, September 12, 2013 11:28 AM
To: jenkinsci-users@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 says the file is open by another 
 program.

It's Windows, right?  Did you reboot the machine?

--
Brad Knowles b...@shub-internet.org
LinkedIn Profile: http://tinyurl.com/y8kpxu

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Classification: UNCLASSIFIED
Caveats: FOUO


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED
Caveats: NONE

No, I need to switch assignments, will reload Jenkins on Monday and see if that 
helps.

Thanks for responding.

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@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 Mead (US) lance.e.mead@mail.mil
To: jenkinsci-users@googlegroups.com
Sent: Thursday, September 12, 2013 1:53:12 PM
Subject: RE: Password for unknown user (UNCLASSIFIED)

Classification: UNCLASSIFIED
Caveats: NONE

Tried to but after the reboot Java didn't start up until after I launch Jenkins

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@comcast.net
Sent: Thursday, September 12, 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:22:05 PM
Subject: RE: Password for unknown user (UNCLASSIFIED)

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-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@comcast.net
Sent: Thursday, September 12, 2013 11:15 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Password for unknown user (UNCLASSIFIED)

Stopping the Jenkins instance should do the trick




From: Lance E CTR Mead (US) lance.e.mead@mail.mil
To: jenkinsci-users@googlegroups.com
Sent: Thursday, September 12, 2013 1:10:52 PM
Subject: RE: Password for unknown user (UNCLASSIFIED) t
Classification: UNCLASSIFIED
Caveats: NONE

The access is denied, I cannot edit the file.  How to I release what ever is 
controlling it?

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@comcast.net
Sent: Friday, September 06, 2013 11:40 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Password for unknown user

You should be able to edit the main Jenkins config.xml file.  With Active 
Directory on it should look something like this:

 

  useSecuritytrue/useSecurity
  authorizationStrategy 
class=hudson.security.FullControlOnceLoggedInAuthorizationStrategy/
  securityRealm 
class=hudson.plugins.active_directory.ActiveDirectorySecurityRealm 
plugin=active-directory@1.33
domainsomedomain.com/domain
bindPasswordBunchOfLettersAndNumbers=/bindPassword
  /securityRealm

 

Update it to look 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 ctr lance.e.mead@mail.mil
To: jenkinsci-users@googlegroups.com
Sent: Friday, September 6, 2013 8:41:46 AM
Subject: Password for unknown user



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 also does not 
remove the login requirement. How does someone return to the non-login state? 
If anyone has information about how to have Jenkins use Active Directory that 
information would also be helpful.

 

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out

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 
also does not remove the login requirement. How does someone return to the 
non-login state? If anyone has information about how to have Jenkins use 
Active Directory that information would also be helpful.
 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


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 often than not, releases are done most Mondays.  Subscribing to the 
security mailing list (found here: 
https://jenkins-ci.org/content/mailing-lists) would alert you of any 
out-of-cycle releases which address vulnerabilities.

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Maksim Selivanov
Sent: Monday, July 29, 2013 6:05 AM
To: jenkinsci-users@googlegroups.com
Subject: Jenkins release mailing group

Hi!

Please create Jenkins release (with changes list attached) mailing group!


Thanks in advance!

maks
--
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.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


The information in this email is confidential and may be legally privileged 
against disclosure other than to the intended recipient. It is intended solely 
for the addressee. Access to this email by anyone else is unauthorized. If you 
are not the intended recipient, any disclosure, copying, distribution or any 
action taken or omitted to be taken in reliance on it, is prohibited and may be 
unlawful. Please immediately delete this message and inform the sender of this 
error. 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




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: jenkinsci-users@googlegroups.com
Subject: Permission to posto in mail list

Hi, my name is Nayana Holanda I am trying to learn Jenkins, but I so far I had 
loads of problem to install and use it, I researched many web pages, but I 
don't what is wrong, I need help of more experienced users.


-- 

Nayana Holanda de Abreu

holanda.nay...@gmail.com

Phone: 662-801-6349

Skype: nayanexbourdon


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


Classification: UNCLASSIFIED
Caveats: NONE


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




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, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 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.
For more options, visit https://groups.google.com/groups/opt_out.




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 Wednesday, May 22, 2013 10:01:32 AM UTC-7, slide wrote:

 Lance,

 We run Jenkins on windows with no issues. Can you describe the issues you 
 are having in more detail?

 Thanks,

 Alex

 Sent from my Windows Phone
 --
 From: lance.e@mail.mil javascript:
 Sent: 5/22/2013 9:57
 To: jenkins...@googlegroups.com javascript:
 Subject: Jenkins in windows

 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 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-use...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




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 CI like Jenkins that has 
 a API that runs in Windows?

 Lance


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




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 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.
For more options, visit https://groups.google.com/groups/opt_out.




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 behavior.

Is there something I must do to have the Python API return the full list
of builds, rather than just the first ten?

Thank you,

- Neil

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Jenkins open or close issue

2012-11-18 Thread Gustavo Lira e Silva
I tried use Redmine plugn
https://wiki.jenkins-ci.org/display/JENKINS/Redmine+Plugin and I do this:

1. Create a project one Redmine and a Issue Ticket

2. I did a commit on Git like this:

git commit -am closes 001 where 001 is the number of my ticket Issue on
Redmine


Unfortunately nothing happened. How to use this plugin?


2012/11/17 Glfk4rt glfk...@gmail.com

 Mark,
History.  At this time, I report outward so that we can determine which
 tests are flaky.  That's the engineering reason.
We all know the MGMT reason...
 Metrics , Metrics, Metrics

   Total result trendlines are useful.  I just wish I could click on a
 specific test and see its history. Jenkins has all the info.

 Rodney



 On Sat, Nov 17, 2012 at 12:49 PM, Mark Waite markwa...@yahoo.com wrote:

 This may sound heretical, but it seems like that is too much process
 for a compilation failure or a test failure.  If the code fails to compile,
 don't you most want to fix the failed compilation?  Why make the person who
 is fixing the failed compilation also spend time updating another database
 / bug tracker to show that they fixed the failed compile.

 Likewise for a test failure.  If a test fails, it seems to me that the
 real value is in the analysis which decides if the test failed because the
 test is wrong, or if the test failed because the code being tested is wrong.

 Can you explain further why you want to track Jenkins detectable issues
 somewhere other than in Jenkins?

 Now, having expressed my skepticism of how you would open an issue ticket
 from Jenkins, you might look at:

 https://wiki.jenkins-ci.org/display/JENKINS/Trac+Plugin

 https://wiki.jenkins-ci.org/display/JENKINS/Redmine+Plugin

 https://wiki.jenkins-ci.org/display/JENKINS/Bugzilla+Plugin

 Thanks,
 Mark Waite

   --
 *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, 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 of the status of the build

 Thanks for you attention






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 of the status of the build

Thanks for you attention


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 the Twilio plugin useful for this: 
 https://wiki.jenkins-ci.org/display/JENKINS/Twilio+Notifier+Plugin

 - R. Tyler Croy
 --
 Code: http://github.com/rtyler
  Chatter: http://twitter.com/agentdero
   rty...@jabber.org