Re: How to release plugin when using git 1.8.5.2

2014-06-17 Thread Marco Miller
um 22:32 schrieb Marco Miller miller.ma...@me.com: Just thought I could share this not-so-new info, in case anybody struggles with this like I just did..: 1. assuming you're using a version of git around 1.8.5.2 (the one I use) 2. I use maven 3.1.1, but that is just FYI 3. you'll

How to release plugin when using git 1.8.5.2

2014-06-16 Thread Marco Miller
Just thought I could share this not-so-new info, in case anybody struggles with this like I just did..: 1. assuming you're using a version of git around 1.8.5.2 (the one I use) 2. I use maven 3.1.1, but that is just FYI 3. you'll need to force maven-release-plugin 2.5, as per later below

Released plugin twice = confused update center?

2014-06-13 Thread Marco Miller
Hi! So I just had to release version 1.9 of a plugin* twice, i.e.: 1. failed at releasing it the first time, thx to m-r-p bug wrt/ git version, then.. 2. succeeded at releasing it the second time =) (*) https://github.com/jenkinsci/description-setter-plugin Q: could the above confuse the

AT-harness corrupted UC cache: fyi

2014-05-22 Thread Marco Miller
Hi! This is just to let you know about the issue I just came across, in case you'd need to become aware of this hint: - If you get this exception when running your ATH test, (..) Failed to parse update center data of https://updates.jenkins-ci.org/update-center.json.html (..) - then you might

Re: acceptance tests harness: students projects

2014-04-24 Thread Marco Miller
Getting back to your github-issue suggestion Oliver, shouldn't we use Jenkins Jira issues instead? (Assuming we'd come up with an acceptance-test-harness component.) Note: the Issues button is not showing on the harness github page(*) (*) https://github.com/jenkinsci/acceptance-test-harness -so if

Re: acceptance tests harness: students projects

2014-04-23 Thread Marco Miller
Good idea Oliver. Ulli, do you have specific test cases in mind for git -or related? Among other things, we're also interested in potentially adding git plugin-s tests. Le mercredi 16 avril 2014 16:15:45 UTC-4, ogondza a écrit : On Wed, 16 Apr 2014 00:07:31 +0200, Ulli Hafner

Re: acceptance tests harness: students projects

2014-04-16 Thread Marco Miller
Ulli, just in case you didn't know yet, some of us will participate to this upcoming event: http://jenkins-ci.org/content/upcoming-jenkins-office-hours-acceptance-test-harness -which agenda has a bit of something to do with parts of yours below.. Feel free to jump in then, /Marco. Le mardi 15

Cannot run single cucumber test w/ acceptance-test-harness?

2014-04-10 Thread Marco Miller
Hi! So I've been trying to run a single test using the acceptance-test-harness, without success: JENKINS_WAR=../jenkins/war/target/jenkins.war mvn -Dcucumber.test=features/freestyle_build.feature:10 test = leads to all features trying to be executed, instead of just the single one passed

Re: Stable branch rebump

2014-04-04 Thread Marco Miller
Thx! Btw, trying to compile stable but failing at it; seems like 1.555-SNAPSHOT artifacts are missing from the repo: ERROR] Failed to execute goal on project plugin: Could not resolve dependencies for project org.jenkins-ci.plugins:plugin:pom:1.554.1-SNAPSHOT: The following artifacts could not

A month since core pull request; can somebody consider it?

2014-01-07 Thread Marco Miller
Hi! Since it's been ~a month since I submitted this pull request(*), I'd like to know if somebody that can consider merging it will consider it soon. (*) https://github.com/jenkinsci/jenkins/pull/1063 - The UNSTABLE verdict seems unrelated. Thx for letting me know then, Marco. -- You received

Re: Problem running tests when building maven-plugin

2013-11-18 Thread Marco Miller
Hi Mads, You might want to review this other related thread, in case anything in there could help: https://groups.google.com/forum/#!topic/jenkinsci-dev/P_KSh9xVBOg -entitled maven-plugin tests not running or..?. Cheers, Marco. On Sunday, November 17, 2013 7:03:32 AM UTC-5, hrmohr wrote: Hi,

Re: FileAlreadyExistsException in hudson.Util.createSymlinkJava7

2013-11-15 Thread Marco Miller
Thx Jesse; = https://github.com/jenkinsci/jenkins/pull/1019 On Thursday, November 14, 2013 3:13:32 PM UTC-5, Marco Miller wrote: Hi! Some Jenkins instances of ours do log FileAlreadyExistsException-s from time to time: java.nio.file.FileAlreadyExistsException: (path2onesJob)/lastSuccessful

FileAlreadyExistsException in hudson.Util.createSymlinkJava7

2013-11-14 Thread Marco Miller
Hi! Some Jenkins instances of ours do log FileAlreadyExistsException-s from time to time: java.nio.file.FileAlreadyExistsException: (path2onesJob)/lastSuccessful at sun.nio.fs.UnixException.translateToIOException(UnixException.java:88) (..) at *hudson.Util.createSymlinkJava7*(Util.java:1122)

Re: maven-plugin tests not running or..?

2013-11-13 Thread Marco Miller
Thx Marcelo and Jesse for sharing such useful details with me and us all. -I'll come back to this task soon and check that out for sure! On Friday, November 8, 2013 1:35:55 PM UTC-5, Marco Miller wrote: Hi! So I've been trying to run all maven-plugin(*) unit tests but they never complete

How to get push access to jenkinsci (core) -if I may

2013-11-12 Thread Marco Miller
Hi! I submitted this pull request 8 days ago and it is not merged (or reviewed) yet: https://github.com/jenkinsci/jenkins/pull/999 Hence my question: -how can I get push access to jenkinsci (core), so I can merge myself, say, after a week of pull-requesting? Big thx, Marco =) -- You received

Re: selenium test won't reach jenkins hence fails

2013-11-08 Thread Marco Miller
but the test hangs on jenkins update page, maybe because of lack of proxy cfg (corporate in my case). I'll keep looking into this then. Thx again! On Thursday, November 7, 2013 4:47:29 PM UTC-5, Marco Miller wrote: Hi! I've been trying to run maven-feature's selenium test scenario 6, without success

maven-plugin tests not running or..?

2013-11-08 Thread Marco Miller
Hi! So I've been trying to run all maven-plugin(*) unit tests but they never complete. (*) https://wiki.jenkins-ci.org/display/JENKINS/Maven+Project+Plugin I was getting outOfMemory errors incl. PermSize and I addressed those by hacking-in cfg argLines in pom.xml. But now the tests still do not

Re: selenium test won't reach jenkins hence fails

2013-11-08 Thread Marco Miller
The test that I was striving for passes now =) I submitted this related pull-req, fyi: https://github.com/jenkinsci/selenium-tests/pull/29 -so my problems were caused by 1. tomcat version (7 needed) and 2. watching for INFO in jenkins log. On Thursday, November 7, 2013 4:47:29 PM UTC-5, Marco

Re: maven-plugin tests not running or..?

2013-11-08 Thread Marco Miller
Thank you Marcelo for the tips! I was also able to pass most of the tests using the below commit you mentioned. (I might try again with later commits.) BR, Marco =) On Friday, November 8, 2013 1:35:55 PM UTC-5, Marco Miller wrote: Hi! So I've been trying to run all maven-plugin(*) unit tests

Re: Needs for core or plugins' stabilization? -test coverage+?

2013-10-18 Thread Marco Miller
and our devs community pretty soon! Any more thoughts or opinions you can share are welcome of course!! -Marco. On Wednesday, October 16, 2013 11:16:51 AM UTC-4, Marco Miller wrote: Hello Jenkins devs, Kohsuke, We at Ericsson are welcoming community needs, in terms of potential work items for us

Re: Needs for core or plugins' stabilization? -test coverage+?

2013-10-18 Thread Marco Miller
Noted, Slide; thx! Email-ext is on my list but not at the top, so far at least -but we should do touch it once we reach it. On Wednesday, October 16, 2013 11:16:51 AM UTC-4, Marco Miller wrote: Hello Jenkins devs, Kohsuke, We at Ericsson are welcoming community needs, in terms of potential

Re: Needs for core or plugins' stabilization? -test coverage+?

2013-10-17 Thread Marco Miller
Big thx guys for your suggestion, will consider it and let you know about the outcome of our analysis! =) On Wednesday, October 16, 2013 11:16:51 AM UTC-4, Marco Miller wrote: Hello Jenkins devs, Kohsuke, We at Ericsson are welcoming community needs, in terms of potential work items for us

Needs for core or plugins' stabilization? -test coverage+?

2013-10-16 Thread Marco Miller
Hello Jenkins devs, Kohsuke, We at Ericsson are welcoming community needs, in terms of potential work items for us -such as: - Jenkins core stabilization work for upcoming releases -any? - Jenkins plugins stabilization -which top ones to start with? - Jenkins core or plugins test

Re: build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-07 Thread Marco Miller
Hi! I happened to fix that problem -alongside another contrib; please refer to this for some more details (and feel free to ask if anything): - https://github.com/jenkinsci/build-pipeline-plugin/pull/1 On Friday, May 3, 2013 8:10:43 AM UTC-4, nicolas de loof wrote: I can't run mvn hpi:run or