Re: Plugin Hosting Request - Datadog Build Reporter

2015-08-24 Thread Kanstantsin Shautsou
At first look https://github.com/DataDog/jenkins-datadog-plugin/blob/master/src/main/java/org/datadog/jenkins/plugins/datadogbuildreporter/DatadogBuildListener.java#L428 : - private String apiKey; -> use credentials - stream handling probably requires tries - listener.getLogger().println("Start

Plugin Hosting Request - Datadog Build Reporter

2015-08-24 Thread John Zeller
Hello! My name is John Zeller, and I am a Software Engineer at Datadog. We have built a plugin to gather pre/post build data, and forward it to our API. We'd like to have this plugin hosted on jenkins-ci. Here are the details requested here

Re: Hosting request for zephyr-for-jira-test-management

2015-08-24 Thread Daniel Beck
Component zephyr-for-jira-test-management-plugin has been created in Jira. On 24.08.2015, at 20:20, Zephyr Dev wrote: > Hi Oleg, > >Could you please create the component now. Users are filing issues under > wrong component. > > - Shailesh > > On Friday, July 31, 2015 at 2:14:50 PM UTC-

Re: Hosting request for zephyr-for-jira-test-management

2015-08-24 Thread Zephyr Dev
Hi Oleg, Could you please create the component now. Users are filing issues under wrong component. - Shailesh On Friday, July 31, 2015 at 2:14:50 PM UTC-7, Oleg Nenashev wrote: > > Hi Shailesh, > > I’ve forked the repository and granted the permissions, so you can > continue the developme

Plugin Hosting Request - drupal

2015-08-24 Thread Fengtan
Plugin Repo: https://github.com/fengtan/drupal-plugin Plugin Name: drupal-plugin Jenkins-Ci.org User: fengtan Description: A plugin to review code and run tests on Drupal . Results can be publishe

RE: install CD (Was RE: Revisiting bundled plugins)

2015-08-24 Thread Jan Ruzicka
Hi Is there such option as to have Installation ISO image with the Update center? This would be nice for places that have to work offline. Jan -Original Message- From: jenkinsci-dev@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] On Behalf Of Jesse Glick Sent: Monday, August 24,

Re: Revisiting bundled plugins

2015-08-24 Thread Jesse Glick
On Sun, Aug 23, 2015 at 2:47 PM, Sacha Labourey wrote: > This setup makes the (high) availability > (and bandwidth capacity) of the "update" center (the "setup" center in that > scenario) a key requirement (center down => no install of Jenkins is > possible anymore). http://updates.jenkins-ci.org

Plugin image in job's Jelly config

2015-08-24 Thread Kirill
Hi all, Is it possible to show an image from a particular plugin on job's configuration page? I looked at https://jenkins-ci.org/maven-site/jenkins-core/jelly-taglib-ref.html, but there doesn't seem to be a Jelly tag for this. I tried to use smth like - but it doesn't get resolved. The sam

Request for help to read from the the error log for Custom BatchFile

2015-08-24 Thread Vinodhini Vijay
Hello All, I created a custom batch file that extends from BatchFile. I have to read the error log of the custom BatchFile execution. How do I do it? ProcStarter procStarter = launcher.launch().cmds(buildCommandLine(script)).envs(envVars).stdout(listener).pwd(ws); int r = join(procStarter.st

Re: [ANN] Official docker repository for Jenkins

2015-08-24 Thread Oleg Nenashev
dockerhub has a bigger visibility, so it's a right approach to publish Docker images there. BTW we could use Jenkins repo as a second location for test purposes, etc. If the release low is automated enough, it should not be a big deal. понедельник, 17 августа 2015 г., 23:09:37 UTC+3 пользовател

Re: Commit Access JenkinsCI Github

2015-08-24 Thread Kanstantsin Shautsou
Firstly should be merged ikedam's refactoring, it almost reviewed. I'm not an expert of matrix build pain, so somebody else should review and raise +1 (oleg?), then i can merge and release. I don't think that permissions should be provided just for merging&releasing not reviewed PR that also has

Re: Request to be maintainer of EnvInject Plugin

2015-08-24 Thread Oleg Nenashev
Hi Manuel, There is no need to revoke permissions. I've changed the default assignee according to our previous discussion, so now I'm a person who is supposed to be a "maintainer". Regarding the push permissions, I don't see a need to revoke them. You are an active Jenkins contributor, who mak

Re: Commit Access JenkinsCI Github

2015-08-24 Thread Oleg Nenashev
Pinged Kostya Shatsou, who has released the previous versions. понедельник, 24 августа 2015 г., 11:43:52 UTC+3 пользователь Thabo Krick написал: > > Hello! > > I have a pending pull request for the jenkins naginator-plugin on github ( > https://github.com/jenkinsci/naginator-plugin/pull/17). The

Commit Access JenkinsCI Github

2015-08-24 Thread Thabo Krick
Hello! I have a pending pull request for the jenkins naginator-plugin on github ( https://github.com/jenkinsci/naginator-plugin/pull/17). The changes have passed the automated checks and are proven in use in our company's jenkins cluster for two weeks now. Since I am confident with the changes and

Re: Revisiting bundled plugins

2015-08-24 Thread Michael Neale
+1 on removing those and +1 on at least adding git (I can't imagine a world without git - may just be me?). FWIW, for many people the size isn't as much as an issue as it once was. Look at the success of docker (even the official jenkins docker image gets a good lot of downloads), for the conv