Re: issue using jenkins swarm client "Failed to fetch slave info from Jenkins CODE: 403 Retrying in 10 seconds"

2019-01-02 Thread yen
Hi! we got same problem,and i got the idea from your jenkins system log,my colleague deleted jenkins admin user which use for swarm client authentication lead to this problem,so I think ,you can find if you make the same mistake or not. 在 2018年10月4日星期四 UTC+8下午8:09:37,Jorge Bau写道: > > Hi! > > R

Re: Building Jenkins in Eclipse

2019-01-02 Thread Gerry Storm
I tried it again. I cloned the repository from scratch, ran mvn install -DskipTests, then imported four projects: cli jenkins jenkins-core jenkins-war The eclipse found tons of warnings and 13 errors. The errors included: 1. XML with invalid characters 2. Maven error failure to run task g

Re: Building Jenkins in Eclipse

2019-01-02 Thread Jan Monterrubio
For newer versions of eclipse (2018.12, or after Photon, since they got rid of names)), there should be integration with maven out of the box. If that doesn't work, you can install a plugin, following these instructions: http://www.eclipse.org/m2e/ You mostly go to the About -> Install New Softwar

Re: Building Jenkins in Eclipse

2019-01-02 Thread Gerry Storm
Thank you James. It is no picnic for a newbie especially with broken instructions. I wonder how people join under these circumstances. Maybe there is a different place/document/tutorial? Anyway, how do I make sure that the distribution I get with cloning contains m2eclipse and if it does not ho

subscribe

2019-01-02 Thread 'Scott Bartram' via Jenkins Users
-- 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.c

Re: Unable to Launch an Agent, getting "received junk text is as follows: stdin: is not a tty"

2019-01-02 Thread Ivan Fernandez Calvo
Hi, Did you check to connect with the user from the command line from the Jenkins instance? try to execute the following command from the Jenkins instance with the same user that you use to run Jenkins su jenkins ssh USER@AGENT_HOST ls ssh -T USER@AGENT_HOST ls ssh -t USER@AGENT_HOST ls check

Re: aws secrets manager jenkins plugin

2019-01-02 Thread Baptiste Mathus
https://wiki.jenkins.io/display/JENKINS/CloudBees+AWS+Credentials+Plugin maybe? Le mer. 2 janv. 2019 à 15:17, a écrit : > Hi guys, > > Is there a "aws secrets manager jenkins plugin" available or under > deployment? > If not, could someone point me something similar? > > Thanks in advance. > > -

aws secrets manager jenkins plugin

2019-01-02 Thread songtaozhao
Hi guys, Is there a "aws secrets manager jenkins plugin" available or under deployment? If not, could someone point me something similar? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and st

RE: Unable to Launch an Agent, getting "received junk text is as follows: stdin: is not a tty"

2019-01-02 Thread Benjamin Primrose
When you find the interactive statements, you can wrap them in an ‘if [ ! –z “${PS1}” ]’ so they’re only executed when you log in interactively. Don’t copy/paste that if statement, I’m on microslop so those are wonky quotes. From: jenkinsci-users@googlegroups.com On Behalf Of Mark Waite Sent: