Re: Jenkins Android Emulator plugin is no longer working

2016-03-29 Thread Akash Rai
Hi all, I recently integrated Android SDK with jenkins, i tried to run the emulator, but now Jenkins is failing to launch Android Emulator with it. the skin of emulator was availble with the sdk. Not sure what's the issue, but here is the log I got. Is there any other place I can look for log?

RE: Help for Maven Metadata Plugin

2016-03-29 Thread Hongguo An
Thanks a lot for the reply, I will check it out later. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Sent: Tuesday, March 29, 2016 2:14 PM To: Jenkins Users Subject: Re: Help for Maven Metadata Plugin Hi, SORRY for the late reply. I have to admit th

Not Provisioning 'xxxxxx'; Server 'Docker Build Cloud' full with '10' container(s)

2016-03-29 Thread Gang cheng
In short, I think the container pool is full which cause this, but I don't know how to resolve this. (I tried to restart Jenkins server, it doesn't help...) Any advices are appreciated! Please see details below. I have a jenkins server setup to run b

Re: Jenkins build web UI inaccessible while build is executing

2016-03-29 Thread Alan Evangelista
I have a job configured in Jenkins. Job's latest build # is ~ 1. When I execute the job via Jenkins API, the new build does not appear in the job UI in Jenkins. The new build appears in the build executor status pane in Jenkins home page, but if I click in the build link (http:///job///),

Re: Jenkins 2.0 alpha release available

2016-03-29 Thread Daniel Beck
On 29.03.2016, at 18:44, R. Tyler Croy wrote: > Use the system property `jenkins.install.runSetupWizard` and set to `false` in > your /etc/default/jenkins or wherever your JENKINS_ARGS might be defined Are you sure about that? AFAIU that system property can only enable (to override development

Re: Help for Maven Metadata Plugin

2016-03-29 Thread 'Marc Rohlfs' via Jenkins Users
Hi, SORRY for the late reply. I have to admit that I broken the plugin when I released version 1.4.0 (on 2016-03-04). On 2016-03-14 I released bugfix version 1.4.1. With this, it should now work properly again - and You should now see the "List maven artifact versions" option in the build para

Re: Jenkins 2.0 alpha release available

2016-03-29 Thread Daniel Beck
On 29.03.2016, at 17:21, Marcos Mendez wrote: > Is there a way to automatically skip/disable that initial setup wizard? I've > got everything already pre-configured and just want to use the new war file. To clarify, is this e.g. a Docker container where you already installed all the plugins?

Re: Jenkins 2.0 alpha release available

2016-03-29 Thread Marcos Mendez
Awesome! Thank you! On Tuesday, March 29, 2016 at 12:44:45 PM UTC-4, R Tyler Croy wrote: > > (replies inline) > > On Tue, 29 Mar 2016, Marcos Mendez wrote: > > > HI, > > > > Is there a way to automatically skip/disable that initial setup wizard? > > I've got everything already pre-configured

Git Polling initiated by notifyCommit failing on remote since version 2.4.4

2016-03-29 Thread Michael Giroux
Since updating to Git plugin version 2.4.4, our jobs that execute on a remote slave are failing. The full stack trace from the polling log is below. Do we need to install additional software on the slaves to accommodate the update? Michael Giroux Polling for changes in ERROR: Failed to r

Re: Jenkins 2.0 beta released

2016-03-29 Thread Manuel Jesús Recena Soto
Hello Madan, That screenshot is only an example. Did you try to use the option "Recommended plugins" in the install wizard? Regards, 2016-03-28 13:26 GMT+02:00 Madan Mohan : > Hi Daniel, > > I am unable to see all the types as mentioned in 'New item' , only few are > coming. Do I need to inst

Re: Jenkins 2.0 alpha release available

2016-03-29 Thread R. Tyler Croy
(replies inline) On Tue, 29 Mar 2016, Marcos Mendez wrote: > HI, > > Is there a way to automatically skip/disable that initial setup wizard? > I've got everything already pre-configured and just want to use the new war > file. Use the system property `jenkins.install.runSetupWizard` and set

Re: Jenkins 2.0 alpha release available

2016-03-29 Thread Marcos Mendez
HI, Is there a way to automatically skip/disable that initial setup wizard? I've got everything already pre-configured and just want to use the new war file. Regards, Marcos On Monday, February 29, 2016 at 6:39:22 PM UTC-5, R Tyler Croy wrote: > > As I mention in this blog post: > https://jen

Workflow/pipeline job copy from userContent

2016-03-29 Thread Kishore RP
In a Workflow/pipeline job Is there a way to copy files from userContent folder ($JENKINS_HOME/userContent)? Did not see any way to get it done via SnippetGenerator -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this grou

Mercurial via HTTPS on Windows Server

2016-03-29 Thread Chris X
Dear group, I use Jenkins (1.651, admin rights) provided by my company. Jenkins is running on a Windows Server as Local System Account. Mercural (not TortoiseHg) is installed. For a project I need to access an external Mercurial repository. For that reason I received a https link as well a ce

Putting a regular expression in node Label Expression

2016-03-29 Thread steliosP
In job configuration, there is a checkbox "Restrict where this project can be run". If you select it, there is an input field about Label Expression. Is there a way to insert of regex there, and not the exact name? If yes, could you provide an example of this? Thanks! -- You received this messag