[2.0] slipping date

2016-03-28 Thread Kohsuke Kawaguchi
In today's 2.0 status check call, Daniel Beck as 2.0 release manager had raised that we still have too many issues in flight and it's unrealistic to expect that we can fix them all in RC. So we decided to add one more week till

Launching a slave as a docker-cloud (formerly tutum) stack

2016-03-28 Thread Kevin Milner
Hello, I am trying to put together a jenkins system that is hosted on AWS through docker-cloud. I have created a few stacks that have the modules that I might want to test against (mongo, rabbit, etc). The Jenkins master is also running on its own stack. I wrote two scripts, one on the master

Jenkins build web UI inaccessible while build is executing

2016-03-28 Thread Alan Evangelista
Hi. 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

Re: Big TRX file causing 'Publish MSTest' [MSTEST-PLUGIN] to Fail

2016-03-28 Thread Joe Fradley
Sure can and just did, thank you. On Monday, March 28, 2016 at 1:35:26 PM UTC-4, slide wrote: > > Can you file an issue in JIRA at https://issues.jenkins-ci.org? > > On Mon, Mar 28, 2016 at 9:54 AM Joe Fradley > wrote: > >> Hello, >> >> I have a job that has a lot of unit

Re: Big TRX file causing 'Publish MSTest' [MSTEST-PLUGIN] to Fail

2016-03-28 Thread Slide
Can you file an issue in JIRA at https://issues.jenkins-ci.org? On Mon, Mar 28, 2016 at 9:54 AM Joe Fradley wrote: > Hello, > > I have a job that has a lot of unit tests ~30,000. When it gets to the > point of parsing the the produced *trx file I get a 'No more DTM IDs

Big TRX file causing 'Publish MSTest' [MSTEST-PLUGIN] to Fail

2016-03-28 Thread Joe Fradley
Hello, I have a job that has a lot of unit tests ~30,000. When it gets to the point of parsing the the produced *trx file I get a 'No more DTM IDs are available' error. Any suggestions on a solution would be appreciated. I could break my unit tests across different jobs, but I'd rather not. My

Re: Jenkins 2.0 beta released

2016-03-28 Thread Daniel Beck
On 28.03.2016, at 13:26, Madan Mohan wrote: > I am unable to see all the types as mentioned in 'New item' , only few are > coming. Do I need to install any specific extra plugins for the same. > > 'New item' contains (as per jenkins >

Re: connecting jenkins to artifactory

2016-03-28 Thread Guy Matz
Is this for a parameterized job? Sorry, could you explain a bit more? I have some experience with this and can probably help . . . On Mon, Mar 28, 2016 at 9:13 AM, Oleg Nenashev wrote: > I've added jenkinsci-users to Cc. > Most likely somebody has a hands-on experience

Re: Jenkins 2.0 beta released

2016-03-28 Thread Daniel Beck
On 28.03.2016, at 08:15, Gerard Braad wrote: > I was unable to start jenkins from the service file, but I could as java -jar > /usr/lib/jenkins/jenkins.war > I did the following, basically following the normal install flow: > • clean install of CentOS 7.2 > • yum

Re: Meet jenkins.io

2016-03-28 Thread Oleg Nenashev
Re: Congrats to everybody an thanks for your feedback. Please note that now *everybody* can *easily* contribute to the website contents. So please feel free to go forward if you see a mistake, want to publish a blogpost or want to contribute some content to solution pages and documentation.

Re: connecting jenkins to artifactory

2016-03-28 Thread Oleg Nenashev
I've added jenkinsci-users to Cc. Most likely somebody has a hands-on experience with the latest Artifactory plugin version. BR, Oleg пятница, 25 марта 2016 г., 21:42:06 UTC+1 пользователь sara_jenkins написал: > > Hello, > > I apologize if my question is bad or not well explained in advance.

Releasing Gitflow Projects with Jenkins

2016-03-28 Thread Mark Bidewell
I know this has been brought up at least once before several years ago, but with time and the advent of Pipeline, I am wondering if best practices have changed. I am looking at automating releasing of Gitflow projects. Most of our projects have been stored in Subversion and we use the Maven

Re: Jenkins 2.0 beta released

2016-03-28 Thread 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 install any specific extra plugins for the same. What could be the issue of not getting any plugin details in Available page. is there any documentation on how to use/explore Jenkins

slaves hanging on "Recording test results"

2016-03-28 Thread Otto Behrens
Hi, I've got a jenkins server (1.654) that runs several slaves (SSH Slaves plugin 1.10) on Ubuntu (14.04.4). I launch the jenkins.war file with java version "1.7.0_95". My problem is that some jobs never finish while displaying "Recording test results" in the console output. The job list shows

Re: Jenkins 2.0 beta released

2016-03-28 Thread Gerard Braad
On Friday, March 25, 2016 at 8:18:18 AM UTC+8, Daniel Beck wrote: > > If you're filing issues in JIRA[1], please add the labels '2.0' and > '2.0-beta' so we can easily find your report. Thanks! > Before filing a bug, I am curious if others experience the same: I was unable to start jenkins