adb devices lists no devices, even though an emulator running

2013-07-17 Thread Ling-Yi Kung
Hello! My Jenkins slave is Mac OS X 10.8.4 and I'm using the Android Emulator Plugin. For some reason, adb doesn't recognize that there's an emulator when Jenkins launches it. When I log into the machine and start an emulator, "adb devices" lists it. *22:35:51* [android] Using Android SDK: /Us

Policy of fixes in LTS?

2013-07-17 Thread Steffen Breitbach
Hi everyone! What's the policy of fixes in LTS versions? The deadlock fix of JENKINS-18589 for example, is this something we can expect to see e.g. in 1.509.3? Regards Steffen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe f

[ANN] jenkins-ci.org site outage

2013-07-17 Thread Kohsuke Kawaguchi
The data center that's housing one of our key servers (63.246.20.93) is going to perform an infrastructure upgrade on July 21st between 02:00am UTC to 08:00am UTC . During this migration, multi

Re: Transcient error on slave: java.lang.NoClassDefFoundError: Could not initialize class jenkins.model.Jenkins$MasterComputer

2013-07-17 Thread MrSAMA
I tried restarting the Jenkins service, but doesn't work, we are using Jenkins 1.474 (Linux enviroment) for both Master and Slave. [INFO] [ERROR] FATAL ERROR [INFO]

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-17 Thread Richard Bywater
Not sure whate version of Jenkins you are running so not sure if its supported, but I'd personally advise you to switch to using SSH keys to authenticate rather that worry about username/password. I found it *much* easier to work with. Richard. On Thursday, July 18, 2013, suresh wrote: > > Hi Ka

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-17 Thread suresh
Hi Kannan, I issued below command but unable to copy job java -jar c:\jenkins.jar -s http://localhost:8181/jenkins copy-job --username suresh --password suresh project5 project6 *Output* No such job 'project5' java -jar jenkins-cli.jar copy-job args... Copies a job. SRC : Nam

Subversion null pointer exception integrating feature branch

2013-07-17 Thread gilbertc777
Hi all, I am new to using Jenkins. I am working to automate my puppet module builds and wanted to be able to allow integration from my feature branches to my trunk. However, the first integration works perfectly. After that, subsequent integration attempts fail with the following: java.lang.

how to install the current version of the CloudBees Folders free plugin

2013-07-17 Thread Haszlakiewicz, Eric
I'm having some problems figuring out how to install the current version of CloudBees Folders plugin. I was able to get the 3.6 version installed, and the Update Center page in my Jenkins installation shows that as the only available one. However, if I click on the link there, I can see that the

Re: SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-17 Thread Sameh Tawfik
Problem is resolved: jnlp connect from a slave to a master from the command line We were trying to tunnel jnlp through port 22, which was being used by the sshd daemon on the jenkins box, and this daemon gave an unexpected response . So we removed the tunneling. And additionally, our fixed J

Re: SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-17 Thread Sameh Tawfik
Problem is resolved: jnlp connect from a slave to a master from the command line We were trying to tunnel jnlp through port 22, which was being used by the sshd daemon on the jenkins box, and this daemon gave an unexpected response . So we removed the tunneling. And additionally, our fixe

Re: Setting up Jenkins with Perforce, need help

2013-07-17 Thread mark_kendzior
I may be able to help with the Perforce question, but not now to build VB. The workspace (client) field should just be a name that you want to use for the perforce workspace. It should not be a path. Because you have the boxes checked to let Jenkins create and manage the workspace it should au

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-17 Thread Kannan Manickam
Suresh, I don't understand why you have "--" prepended to your password string. I think "suresh" is your password. On Wed, Jul 17, 2013 at 4:02 AM, suresh wrote: > > Hi Kannan, > > I am able to create a job with credentials using below command > > java -jar c:\jenkins.jar -s http://localhost:81

Re: Groovy and Token Macro support for Email-ext

2013-07-17 Thread Slide
One more thing, the email template testing should also work for Jelly templates, but I HIGHLY recommend using Groovy templates, they are MUCH better. I wish Jelly would die a horrible death after the amount of time I've put in to debugging templates :-) On Wed, Jul 17, 2013 at 9:07 AM, Michael Bu

Re: Groovy and Token Macro support for Email-ext

2013-07-17 Thread Michael Bukosky
wow that was a simple fix. I have been racking my brain over this for the past few days. Thanks so much for all your help. For reference here is my final snippet size="2">Cause > size="2">${build.causes} > > Build log > extract > size="2">${BUILD_LOG_REGEX(matchedLineHtmlStyle:true)} > > F

Re: Groovy and Token Macro support for Email-ext

2013-07-17 Thread Slide
When using macros in a groovy template, you need to use ${BUILD_LOG_REGEX(matchedLineHtmlStyle=true)} and ${FAILED_TESTS()}. Please give that a try. I should also be releasing a new version of email-ext soon, just have some final testing to do. On Wed, Jul 17, 2013 at 8:45 AM, Michael Bukosky wr

Re: Groovy and Token Macro support for Email-ext

2013-07-17 Thread Slide
Sorry, one typo in my email, it should be ${BUILD_LOG_REGEX(matchedLineHtmlStyle: true)}. matchedLineHtmlStyle is not a boolean though, so I'm not sure why you are using "true" as the value. On Wed, Jul 17, 2013 at 8:55 AM, Slide wrote: > When using macros in a groovy template, you need to use

Re: SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-17 Thread Daniel Beck
"SSH-2.0-OpenSSH_5.3" is the return message the server sends to the slave when it attempts to handshake. It's part of the error message because it's unexpected, and to give you an idea what's going on. For some reason, on the port the node tries to connect to, an SSH Server is running. It's not

Groovy and Token Macro support for Email-ext

2013-07-17 Thread Michael Bukosky
Hi, I am currently trying to write a custom build/failure email for the Jenkins - Email-ext plugin. I decided to write the email as a groovy template because of the useful 'Email Template Testing' feature in Email-ext. I would like to use a combination of groovy script and the built in Token M

Re: How to "link" a particular job with the promotion process without physically copying the artifacts

2013-07-17 Thread Marcin Zajączkowski
On 2013-07-15 11:58, John Vacz wrote: Am 10.07.2013 16:24, schrieb Marcin Zajączkowski: Hi, I'm currently playing with Promoted Build plugin in the pipeline managed by Build Flow plugin. In a simplified form I have three jobs (called from the master job using Build Flow plugin): - a normal bui

Re:SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-17 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Your email is a bit confusing; you are talking about an SSH connection, but the example you posted is for a JNLP connected slave. Also, slaves don't make SSH connections to the Jenkins master, the connections are made the other direction. If you are starting the slave via JNLP, I have no idea wh

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-17 Thread suresh
Hi Kannan, I am able to create a job with credentials using below command java -jar c:\jenkins.jar -s http://localhost:8181/jenkins create-job project5 < config.xml --username suresh --password --suresh I am unable to create a copy job with credentials using below commands java -jar c:\jenki

Re: Help to find a log parser

2013-07-17 Thread Eduardo Dias
Thanks Daniel 2013/7/17 Daniel Beck > Use https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin > > Look for BUILD_LOG_REGEX in the 'Content Token Reference' of the > post-build action. > > On 16.07.2013, at 23:57, Eduardo Dias wrote: > > > Hi All, > > > > I am trying to find an example

Re: compile Windows CE 6.0 project by Jenkins batch file

2013-07-17 Thread YenCheng Wang
Hi slide, thank your for your information~ the problem was solved after I corrected the login account of jenkins service ~ YenCheng Wang於 2013年7月17日星期三UTC+8上午10時52分20秒寫道: > > Hi all, > I have a windows ce 6.0 project, and I want to use jenkins to do > regular build. > but it alwa

Re: Help to find a log parser

2013-07-17 Thread Daniel Beck
Use https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin Look for BUILD_LOG_REGEX in the 'Content Token Reference' of the post-build action. On 16.07.2013, at 23:57, Eduardo Dias wrote: > Hi All, > > I am trying to find an example to get a part of console log based on a regex > to se

Jenkins performance issue on login

2013-07-17 Thread Manjunath DG
Hi All, I do see some performance issue in logging in to Jenkins instance with latest version 1.522. It took significant time(14 seconds) to load the homepage, My authentication  to Jenkins is via LDAP…?? Since there is no data/projects/builds, isn’t this should come up quickly?? Something else

Can we have multiple type of Jenkins authentication

2013-07-17 Thread Manjunath DG
Hi All, Right now my user authentication to Jenkins instance is via LDAP. If we have access Control enabled with LDAP, will the local user and admin account will be accessible.I don't see that and even i cant select more than one Access Control of Security Realm. My Configure Global Security is

Re: Jenkins performance issues

2013-07-17 Thread Manjunath DG
Hi All, I do see some performance issue in logging in to Jenkins instance with latest version 1.522. It took significant time(14 seconds) to load the homepage, My authentication  to Jenkins is via LDAP…?? Since there is no data/projects/builds, isn’t this should come up quickly?? Something else se