Clickable link in console ESC[8mha

2017-10-16 Thread Khomyuk Viktor
?Hi. I see that jenkins can create clickable links to internal elements (like jobs or users) in console output/ Thi link are started with ESC[8mha:4BxV1Bv... Is it possible to create such link manually (by echo) from job? -- You received this message because you are subscribed to the

Re: Jenkins wiki login/create account issues appear to have been fixed

2017-10-16 Thread 'Jurgen Weber' via Jenkins Users
there was a ticket, they needed to pay the email provider. :) -- 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: using ssh agent and github SCM

2017-10-16 Thread 'Jurgen Weber' via Jenkins Users
https://issues.jenkins-ci.org/browse/JENKINS-47463 -- 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

Re: using ssh agent and github SCM

2017-10-16 Thread 'Jurgen Weber' via Jenkins Users
ok, so What I have discovered. If I manually in the UI, start the job and add the parameters... my build works, ssh-agent works, it finds the key, loads it and github SCM works. If I run the job, with the same parameter values from curl/using the command line. it does not work and can

Re: Plugins Confusion: Build Executor Status

2017-10-16 Thread Thor Waway
sigh! Figured it out. Status don't display if you have syntax errors in your pipeline. -- 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

Re: Plugins Confusion: Build Executor Status

2017-10-16 Thread Thor Waway
Here is an image that demonstrates what I am referring to: -- 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: Plugins Confusion: Build Executor Status

2017-10-16 Thread Thor Waway
here is an image that demonstrates what I am looking for: On Monday, October 16, 2017 at 3:51:19 PM UTC-4, Thor Waway wrote: > > Hello, > > Currently able to run builds on push BUT noticed that status of build > isn't showing up. Is there a specific plugin for that? > > PS: What I am

Plugins Confusion: Build Executor Status

2017-10-16 Thread Thor Waway
Hello, Currently able to run builds on push BUT noticed that status of build isn't showing up. Is there a specific plugin for that? PS: What I am referring to is the status link that prints name/step of current builds. It is usually right next to the node-name. Taking a look said link, you

Re: Declarative pipeline support for tools: CMake, custom tools

2017-10-16 Thread Colin Bennett
The workaround of use the 'tool' function in the environment PATH assignment is working for me. Here is an example: pipeline { agent { label "windows" } environment { PATH = """${ [ tool('Ninja'), [tool('CMake'),

Linux jenkins .net core build appends windows paths to file locations

2017-10-16 Thread Hardtraxx
I'm trying to build my asp.net core application using Jenkins which is hosted with Tomcat8 on an Ubuntu 16.04 machine. The first build succeeds but when starting builds after that they fail (without changing any code) because Jenkins does something weird with the file locations. The

Re: Groovy script the extra job name with path

2017-10-16 Thread Devin Nusbaum
I think the method you want is Item#getFullName. > On Oct 16, 2017, at 12:29 PM, Jeeva Chelladhurai wrote: > > Hello All, > > I have a small groovy script that can iterate thru the jobs and folders, and > print the details as listed shown below > >

Groovy script the extra job name with path

2017-10-16 Thread Jeeva Chelladhurai
Hello All, I have a small groovy script that can iterate thru the jobs and folders, and print the details as listed shown below hudson.model.FreeStyleProject@3a0ddf4f[*Project/SubProject/Service*] However I would like to just extract *Project/SubProject/Service, *what is the right getter

Jenkins wiki login/create account issues appear to have been fixed

2017-10-16 Thread dandeliondodgeball
Thanks. -- 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

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

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

Re: SetupWizard: Unable to setup first user

2017-10-16 Thread Thor Waway
Hi Daniel, Resolved the issue using your feedback. Thank you. On Monday, October 16, 2017 at 9:10:23 AM UTC-4, Daniel Beck wrote: > > > > There's a known issue related to missing email addresses. Since what you > entered isn't an email address, might be the same bug. > > -- You received

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

Re: How to setup Jenkins slave in jenkins 2.73.2 version?

2017-10-16 Thread dandeliondodgeball
https://www.jenkins.io/user-handbook.pdf -- 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

Re: How to setup Jenkins slave in jenkins 2.73.2 version?

2017-10-16 Thread dandeliondodgeball
(down vote) -- 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

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

Re: SetupWizard: Unable to setup first user

2017-10-16 Thread Daniel Beck
> On 16. Oct 2017, at 14:48, Thor Waway > wrote: > > Any troubleshooting tips? There's a known issue related to missing email addresses. Since what you entered isn't an email address, might be the same bug. -- You received this message because you