Re: Help needed with Workflow support in gitlab-plugin

2015-11-11 Thread Mirko Friedenhagen
Hello Owen, as far I know environment variables need to be prefixed with env when accessing them from Groovy, so maybe it should be "origin/${env.gitlabSourceBranch}" …? Regards Mirko -- Sent from my mobile Am 12.11.2015 00:22 schrieb "Owen B. Mehegan" : > Earlier this

Re: Timestamps on build logs

2015-09-07 Thread Mirko Friedenhagen
Hello Antonio, there is already a plugin for this. Do you want this to be part of the core? Regards Mirko -- Sent from my mobile Am 07.09.2015 11:05 schrieb "Antonio Muñiz" : > Hello, > > Probably by history aspects Jenkins builds log files have never used > timestamps

Re: Weird logging dependencies in core

2015-09-01 Thread Mirko Friedenhagen
Opened https://github.com/jenkinsci/jenkins/pull/1816 Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Tue, Sep 1, 2015 at 6:37 PM, Mirko Friedenhagen <mfriedenha...@gmail.

Re: Weird logging dependencies in core

2015-09-01 Thread Mirko Friedenhagen
://bitbucket.org/mfriedenhagen/ On Sat, Aug 29, 2015 at 5:46 PM, Mirko Friedenhagen <mfriedenha...@gmail.com> wrote: > Hello, > > after the task scanner plugin was complaining about a missing log4j > configuration file, I took a look at the included dependencies in the war > and found:

Re: Weird logging dependencies in core

2015-09-01 Thread Mirko Friedenhagen
ternal /corporate/ pom to > prevent logging hell. > I can issue the associated PR if there's likely some agreement about that. > > 2015-09-01 22:50 GMT+02:00 Mirko Friedenhagen <mfriedenha...@gmail.com>: > >> Opened https://github.com/jenkinsci

Re: Weird logging dependencies in core

2015-09-01 Thread Mirko Friedenhagen
OK, I think I will open a PR. log4j and commons-logging should best be set to provided as otherwise they may sneak in in the core as transitive dependency and the plugin parent should probably get something like this as well. Regards Mirko -- http://illegalstateexception.blogspot.com/

Weird logging dependencies in core

2015-08-29 Thread Mirko Friedenhagen
Hello, after the task scanner plugin was complaining about a missing log4j configuration file, I took a look at the included dependencies in the war and found: - commons-logging - log4j - slf4j-api - slf4j-jd14 This is a weird mixture: - everything using the slf4j-api will use the standard two

Re: Writing integration tests for REST API Tool

2015-08-11 Thread Mirko Friedenhagen
Hello Karl-Heinz, you create test jobs and let Jenkins parse the changelog for you. Take a look at https://github.com/jenkinsci/jswidgets-plugin/tree/master/src/test/resources/hudson/plugins/jswidgets/PluginIT/jobs/svntest for an example. Regards Mirko -- Sent from my mobile Am 11.08.2015 21:42

Re: Jenkins UX

2015-07-17 Thread Mirko Friedenhagen
Hello Gus, looks great! Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Thu, Jul 16, 2015 at 6:03 PM, Gus Reiber grei...@cloudbees.com wrote: As threatened, but at long

Re: Duplicated plugin titles in Update Centre

2015-06-17 Thread Mirko Friedenhagen
Hello Christopher, while I am a big fan of cleanups and appreciate the work you did here I do not like removing plugin. When I look at the page name it should be obvious what kind of kind of page I have in front of me. I am in the Jenkins Wiki, so Jenkins is not needed. But more generic words

Re: violations-plugin: IllegalStateException: cannot change build result while in COMPLETED

2014-12-22 Thread Mirko Friedenhagen
:38 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: I now tried a different approach by setting the result in a overridden postBuild method. However this one is never called. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io

Re: violations-plugin: IllegalStateException: cannot change build result while in COMPLETED

2014-12-17 Thread Mirko Friedenhagen
/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Tue, Dec 16, 2014 at 11:59 PM, Jesse Glick jgl...@cloudbees.com wrote: On Tue, Dec 16, 2014 at 4:53 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: The ViolationsReporter overrides hudson.maven.MavenReporter

Re: violations-plugin: IllegalStateException: cannot change build result while in COMPLETED

2014-12-17 Thread Mirko Friedenhagen
/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Wed, Dec 17, 2014 at 6:46 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Jesse, this is indeed similar to JENKINS-25406. Do I understand your comment right: - I should change the visibility of the result field of MavenBuild to set it from

Re: violations-plugin: IllegalStateException: cannot change build result while in COMPLETED

2014-12-17 Thread Mirko Friedenhagen
, Dec 17, 2014 at 9:39 PM, Jesse Glick jgl...@cloudbees.com wrote: On Wed, Dec 17, 2014 at 3:19 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Is that the solution you had in mind? No, this should be addressed in maven-plugin. -- You received this message because you are subscribed

violations-plugin: IllegalStateException: cannot change build result while in COMPLETED

2014-12-16 Thread Mirko Friedenhagen
Hello everybody, In 28dfd90d2d6ae99c57eb174871c46f4e07e303ba a change in jerkins-core was introduced which results in a IllegalStateException when a plugin tries to to change the build result when the build is already completed. I see why this might have been done, however right now this breaks

Re: Jenkins HtmlUnit is obsolete

2014-12-03 Thread Mirko Friedenhagen
Hello Pavel, as Jenkins uses Maven, you should be able to override the version by standard Maven means: * Exclude the htmlunit stuff from the test-harness * Then add the versions you want. dependencies dependency groupIdorg.jenkins-ci.main/groupId

Re: Proposal : Jenkins to require Java 8

2014-09-25 Thread Mirko Friedenhagen
You mean when Java 8 is past it's EOL, Java 9 is current and 10 in beta ;-) Regards Mirko -- Sent from my mobile On Sep 25, 2014 11:27 AM, Arnaud Héritier aherit...@gmail.com wrote: If we are talking about Java 8 only for a Jenkins 2.x (thus with a real cleanup, renew of the codebase and thus

Re: From sidebar l:pane to l:divpane ....

2014-07-19 Thread Mirko Friedenhagen
+1 for completely collapsing the whole stuff (or even make this a separate page?) maybe when a job takes longer as expected the collapsed build queue should give a hint. Regards Mirko -- Sent from my mobile On Jul 19, 2014 7:00 AM, domi d...@fortysix.ch wrote: Not only collaps after a number

OT: Re: Plugin hosting request

2014-01-12 Thread Mirko Friedenhagen
On Jan 12, 2014 1:36 PM, Christoph Kutzinski ku...@gmx.de wrote: If not, I'm with Uli that multiple plugins which do basically 'the same thing' do only add confusion. +1 for removing all SCM plugins except of git, aehm wanted to say svn, aehm... ;-) -- You received this message because you are

Re: JIRA current version option

2014-01-12 Thread Mirko Friedenhagen
+1, seems very reasonable. Regards Mirko -- Sent from my mobile On Jan 12, 2014 8:02 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Far far simpler... we just index the poms in the repo and create versions every time the index runs... That way there is a version for every

Re: Beware depending on Jenkins 1.509.4

2013-10-21 Thread Mirko Friedenhagen
Hello Stephen, so what would be the preferred solution for plugins? - depend on 1.509.3 as parent or - manage the above dependencies to 1.2.7? Gruß Mirko Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Mon,

Re: Jenkins vs. Cloudhives acitivities need some help.. can't access my own plugin anymore (and it's moved).

2013-10-14 Thread Mirko Friedenhagen
Nicolas, would it be possible to get the buildbadge plugin in the new instance? Regards Mirko -- Sent from my mobile On Oct 14, 2013 6:29 PM, nicolas de loof nicolas.del...@gmail.com wrote: yes, access is restricted - not actually that we don't want you to access the instance (if you need, I

maven-hpi-plugin: Make testname and creation of TestInsertionMojo configurable.

2013-08-27 Thread Mirko Friedenhagen
Hello, could anybody revise: https://github.com/jenkinsci/maven-hpi-plugin/pull/6 It makes the name of the InjectedTest configurable (e.g. for running it during integration-test phase). Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/

Re: How do I publish a pre-release plugin for others to smoke test?

2013-05-02 Thread Mirko Friedenhagen
Can't you just call deploy instead of install? AFAIK there is a SNAPSHOT repository at repo.jenkins-ci.org. Regards Mirko -- Sent from my mobile On May 2, 2013 5:44 AM, Scott Cowan scott.cowan@gmail.com wrote: Hi, I have the teamconcert-plugin build passing! I even successfully

Missing maven-hpi-plugin-1.74 on BuildHive, central does not have it.

2013-04-26 Thread Mirko Friedenhagen
Hello, please take a look at https://buildhive.cloudbees.com/job/jenkinsci/job/jswidgets-plugin/9/org.jenkins-ci.plugins$jswidgets/console While the build itself seems to succeed, a goal running afterwards does not. It seems the job is trying to get maven-hpi-plugin-1.74 from central and fails

Re: Toward automated changelog generation

2013-04-21 Thread Mirko Friedenhagen
Hello, I did not take part in the discussions but when just using github-issues instead of JIRA, this would probably be a piece of cake. With the added benefit, that finally creation of milestones/releases would be in the responsibility of a plugin team. Today even linking issues between

Re: Problems validating a forms values of an actions view

2013-03-23 Thread Mirko Friedenhagen
Hello Christofer, On Sat, Mar 23, 2013 at 7:30 PM, Christofer Dutz christofer.d...@gmail.com wrote: The doPerformMinorRelease method is correctly called, but the doTestModuleSelection isn't :-( public FormValidation doTestModuleSelection(StaplerRequest req, StaplerResponse resp) throws

Re: Problems validating a forms values of an actions view

2013-03-23 Thread Mirko Friedenhagen
to http://testModuleSelection; ... having a look at the generated HTML shows validateButton('//testModuleSelection','',this) So ${rootURL} is evaluated to /. 2013/3/23 Mirko Friedenhagen mfriedenha...@gmail.com Hello Christofer, On Sat, Mar 23, 2013 at 7:30 PM, Christofer Dutz

Re:

2013-02-09 Thread Mirko Friedenhagen
Hello there, I observed something similar: - in the past I was able to login to http://repo.jenkins-ci.org/webapp/login.html with my jenkins credentials. - Now I see I am not able to do so anymore. Regards Mirko On Sat, Feb 9, 2013 at 7:40 PM, RCR r...@orange.fr wrote: I've already read this

Re: Emailer 2

2013-02-08 Thread Mirko Friedenhagen
Hello Slide, +1: we tried to switch of the standard mailer completely as our developers still had the choice while we want everyone to use email-ext. One thing which hindered us was because we got problems with the people's view, the email field was missing afterwards. Regards Mirko On Wed, Feb

Re: please add a prefix to the emails for this group

2012-09-15 Thread Mirko Friedenhagen
Hello Francis, in google mail it is very easy to filter for list:jenkinsci-dev.googlegroups.com which is a much better way than looking into the subject IMO. Regards Mirko On Sat, Sep 15, 2012 at 7:32 AM, Francis Upton franc...@gmail.com wrote: This describes how to do it, a group admin needs

Re: Plugins still in subversion and not on github?

2012-04-18 Thread Mirko Friedenhagen
). Regards Mirko On Mon, Apr 16, 2012 at 22:52, Dean Yu d...@yahoo-inc.com wrote: On 4/16/12 12:21 PM , Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello everybody, I just installed https://wiki.jenkins-ci.org/display/JENKINS/LabeledTestGroupsPublisher+Plugin and now links for tests

Re: Plugins still in subversion and not on github?

2012-04-17 Thread Mirko Friedenhagen
Mirko On Mon, Apr 16, 2012 at 21:53, Jesse Farinacci jie...@gmail.com wrote: Greetings, On Mon, Apr 16, 2012 at 3:50 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello Jesse, visiting https://github.com/jenkinsci/labeled-test-groups-publisher leads to a 404 :-). Seems the plugin

Plugins still in subversion and not on github?

2012-04-16 Thread Mirko Friedenhagen
Hello everybody, I just installed https://wiki.jenkins-ci.org/display/JENKINS/LabeledTestGroupsPublisher+Plugin and now links for tests are just going into nirvana (see http://huschteguzzel.de/hudson/job/failsafesample-fs/ resp.

Re: Plugins still in subversion and not on github?

2012-04-16 Thread Mirko Friedenhagen
: Greetings, On Mon, Apr 16, 2012 at 3:21 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: The Wiki page states, that the source code has it's master still on subversion. In the past there was some job converting subversion automatically to git, however I do not find the github copy

Re: Navigation menu on links (was: Re: RFC: Breadcrumb on steroid)

2012-03-02 Thread Mirko Friedenhagen
Hello Kohsuke, looks really nice! One small issue: - when using the menu from the dashboard hovering over one job name, there is the option to return to the dashboard, which seems superfluous to me :-). Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/

Re: RFC: Breadcrumb on steroid

2012-02-24 Thread Mirko Friedenhagen
My only concern would be to test this with bigger installations as well. When having 1000 jobs in one instance innocent looking 200 bytes of information per job may make a big difference :-D. Regards Mirko -- Sent from my phone http://illegalstateexception.blogspot.com

Re: Port jswidgets-plugin to LTS, strange test failures

2012-02-12 Thread Mirko Friedenhagen
I still get these errors and have no clue what is going wrong. With 1.388 everything runs fine. I did update the stapler to version 1.172 which is the one included in jenkins 1.424.2. Regards Mirko