Text Plain website in build

2014-09-19 Thread Bartosz Jabłonka
Hi, When I install my plugin in new project, every new build is a href to plain text with source code of website but it should be a href to website. I work on the 1.544 jenkins version. In my computer plugin work but in server doesn't. Thanks for all help. Regards, Bartosz -- You received

UI of own builder not persisted

2014-09-19 Thread jenkinsuser92
I wrote my own Builder class (MyClass extends Builder and DescriptorImpl extends BuildStepDescriptorBuilder). In the corresponding config.jelly I have a dropdown menu where the user can select a string which is then provided as an argument to a batch file. Whenever I choose my builder on the

AW: UI of own builder not persisted

2014-09-19 Thread Kappen, Sebastian
Could you post your config.jelly file and the relevant parts of your Builder class? -Ursprüngliche Nachricht- Von: jenkinsci-dev@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] Im Auftrag von jenkinsuse...@gmail.com Gesendet: Freitag, 19. September 2014 11:56 An:

Proposal to remove Girls Plugin from official Jenkins plugins list

2014-09-19 Thread Marek Ventur
Hi, I've just stumbled across https://wiki.jenkins-ci.org/display/JENKINS/Girls+Plugin . Apart from the fact that it's objectifying women it's also reinforcing the oh-so-funny beauty equals good norm. It adds no value to Jenkins and does nothing but alienate people. I'm merely a user of

Re: UI of own builder not persisted

2014-09-19 Thread jenkinsuser92
Sure, thanks for taking a look at it. Could the problem be due to the newInstance method? I deleted it by accident and the dropdown menu stayed. Unfortunately the batch file execution didn't work any more.. I also have other classes in this plugin that make changes to the job's configuration

Aw: Proposal to remove Girls Plugin from official Jenkins plugins list

2014-09-19 Thread Peter Rader
Hi, even if the ChuckNorris-Plugin alienate too Norris is an artist. Even if its been written by a girl. It can upset people. +1 Gesendet:Freitag, 19. September 2014 um 12:25 Uhr Von:Marek Ventur marekven...@gmail.com An:jenkinsci-dev@googlegroups.com Betreff:Proposal to remove

Plugin with embedded webserver?

2014-09-19 Thread Christopher Orr
Hi all, I was looking at writing a plugin which requires Jenkins to act as an HTTP server, listening on a specific high, non-standard port, secured with an SSL certificate. Is it possible for a plugin to hook into the Java servlet stuff somehow and listen on additional ports at runtime, or

Re: Plugin with embedded webserver?

2014-09-19 Thread intelradoux
Hello, Just setup an apache front of jenkins : for instance : jenkins listen port localhost:8080 apache will listen to port 80 and proxypass to localhost:8080 . You can add a rule that forbid a call to a specific URL setup ssl on an exotic port 8254 for instance, and proxypass to

Re: New plugin - coordinator

2014-09-19 Thread Ace Han
Hello there, Recently, I finally rolled out this plugin for release 1.0.0 There is a problem when I'm doing *mvn release:prepare release:perform *I got below error: ace@acebuild:~/workspace/github/coordinator$ mvn release:prepare release:perform [INFO] Scanning for projects... [INFO]

Re: AW: UI of own builder not persisted

2014-09-19 Thread Jenkins User
Sure, thanks for taking a look at it. Could the problem be due to the newInstance method? I deleted it by accident and the dropdown menu stayed. Unfortunately the batch file execution didn't work any more.. I also have other classes in this plugin that make changes to the job's configuration page

Re: UI of own builder not persisted

2014-09-19 Thread Jenkins User
I just solved the problem by accident. I deleted the newInstance method in the descriptor and now the dropdown menu stays. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/UI-of-own-builder-not-persisted-tp4720283p4720284.html Sent from the Jenkins dev mailing list

Rubyruntime plugin release

2014-09-19 Thread Surya Gaddipati
Would someone be able to do a plugin release for https://github.com/jenkinsci/ruby-runtime-plugin I update the pom.xml with new juby and jruby stapler versions. I tried to that myself but I get access denied despite having username and password in my settings.xml [INFO] [ERROR] Failed to