RE: Nodes via Headless WebStart: Unable to checkout git repository using credentials

2018-05-03 Thread Jannis Achstetter
ooglegroups.com> [mailto:jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>] On Behalf Of Mark Waite Sent: Wednesday, 2 May, 2018 16:02 To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> Subject: Re: Nodes via Headless WebStart: Unable to

Re: Nodes via Headless WebStart: Unable to checkout git repository using credentials

2018-05-02 Thread Mark Waite
ilto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Mark Waite > *Sent:* Wednesday, 2 May, 2018 16:02 > *To:* jenkinsci-users@googlegroups.com > *Subject:* Re: Nodes via Headless WebStart: Unable to checkout git > repository using credentials > > > > Since you're running `

RE: Nodes via Headless WebStart: Unable to checkout git repository using credentials

2018-05-02 Thread Jannis Achstetter
To: jenkinsci-users@googlegroups.com Subject: Re: Nodes via Headless WebStart: Unable to checkout git repository using credentials Since you're running `java -jar agent.jar -jnlpUrl https://MASTER/computer/SLAVENAME/slave-agent.jnlp -secret SECRET` from a command line, the ssh command invoked by command

Re: Nodes via Headless WebStart: Unable to checkout git repository using credentials

2018-05-02 Thread Mark Waite
Since you're running `java -jar agent.jar -jnlpUrl https://MASTER/computer/SLAVENAME/slave-agent.jnlp -secret SECRET` from a command line, the ssh command invoked by command line git believes there is a controlling terminal and prompts on that controlling terminal for the passphrase. You can

Nodes via Headless WebStart: Unable to checkout git repository using credentials

2018-05-02 Thread Jannis Achstetter
Hi, I'm facing an issue in a master/slave Jenkins setup. Version of master is 2.89.2, slaves are running Linux. If a node is connected via the "Launch slave agent via SSH" method, everything is working as expected. When I use the "Launch agent via Java Web Start" method and use this