Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-17 Thread dandeliondodgeball
> Enable the JNLP agent port on the security configuration form. That did it. This blog has nice screen shots of that. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gro

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-17 Thread Daniel Beck
> On 17. Oct 2017, at 17:39, dandeliondodgeball wrote: > > All I get is the "Launch" button and I keep trying to make that work. With > no luck so far. Enable the JNLP agent port on the security configuration form. -- You received this message because you are subscribed to the Google Groups

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-17 Thread Mark Waite
On Tue, Oct 17, 2017 at 9:39 AM dandeliondodgeball wrote: > I think one reason I keep getting off track, is that I don't get the > second bullet "Run from Agent command line", as shown in your screen shot. > > > > All I get is the "Launch" button and I keep trying to make that work. > With no luc

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-17 Thread dandeliondodgeball
I think one reason I keep getting off track, is that I don't get the second bullet "Run from Agent command line", as shown in your screen shot. All I get is the "Launch" button and I keep trying to make that work. With no luck so far. AWS linux for Jenkins master AWS Windows server

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-16 Thread Mark Waite
On Mon, Oct 16, 2017 at 10:06 AM dandeliondodgeball wrote: > > I think that the answer to your problem is to use the steps I listed > rather than the steps that you listed. > > Fair. Let me back up. > > > > > 4. Downloaded the slave.jar from that web page > > Can you give more detail on this ste

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-16 Thread dandeliondodgeball
> I think that the answer to your problem is to use the steps I listed rather than the steps that you listed. Fair. Let me back up. > 4. Downloaded the slave.jar from that web page Can you give more detail on this step? Or is this the “Launch agent” button action? -- You received this

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-16 Thread Mark Waite
I think that the answer to your problem is to use the steps I listed rather than the steps that you listed. Pressing the "launch agent" button causes the Jenkins server to attempt to start the agent on the Windows machine. That seems to use some form of COM based entity to launch the agent on the

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-16 Thread dandeliondodgeball
I was wrong, about not being able to reply to the last post. So let me continue. 1. Jenkins master on aws linux 2. Manually copied slave.jar to aws windows server 2012 3. Added a node through the Jenkins master web pages 1. Host set to public ip of aws windows server 2012

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-16 Thread dandeliondodgeball
Not able to reply to the last post in this thread. Tried different browsers, so don't think it is me. Problem looks aws windows server 2012 specific, so starting a new thread. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fro

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-13 Thread Mark Waite
On Friday, October 13, 2017 at 4:37:20 PM UTC-6, dandeliondodgeball wrote: > > Ya, that is what all the documentation says, but I never get that. (Forgot > to mention it is Windows Server 2012 R2) I get this: > > ERROR: Message not found for errorCode: 0xC0AC > org.jinterop.dcom.common.JI

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-13 Thread Chris Foran
Ya, that is what all the documentation says, but I never get that. (Forgot to mention it is Windows Server 2012 R2) I get this: ERROR: Message not found for errorCode: 0xC0AC org.jinterop.dcom.common.JIException: Message not found for errorCode: 0xC0AC at org.jinterop.winreg.sm

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-13 Thread Mark Waite
When you open the Jenkins web page for that agent, if it is configured to start with "java -jar ...", then the specific command will be visible on the screen. Picture attached: [image: Agent-Config.PNG] Mark Waite On Fri, Oct 13, 2017 at 3:46 PM dandeliondodgeball wrote: > Is it the contents

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-13 Thread dandeliondodgeball
Is it the contents of this file? /var/lib/jenkins/secret.key? -- 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

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-13 Thread dandeliondodgeball
I am running Jenkins master on AWS linux, and am trying to set up a node on AWS windows. -- 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+unsu

Not clear how to set up Windows node, and where to get "secret" from

2017-10-13 Thread dandeliondodgeball
I just keep going around in circles, with all the old and out of date information I am finding on the web. It is recommended to not try and use the Java Web Start and Launch button. (I tried that and it doesn't work.) But when I try and use the "java -jar slave.jar -jnlpUrl ... " solution I d