Granting access to a plugin repository

2015-08-26 Thread Jørgen Tjernø
(Trying this again after rejoining jenkinsci-dev.)

Could someone please grant commit access to
jenkinsci/environment-script-plugin to https://github.com/dawidmalina? I
have not worked on the plugin for three years, and I have not been using it
for at least two, so it's about time someone else took over, and Dawid has
expressed interest in updating it.

Thank you!

(Please include Dawid in CC on replies, as I don't know if he subscribes to
jenkinsci-dev.)

- Jørgen.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAN%2BHQN27MR5v_XMEMdGguCmbEk2RJdfV7J0hFN%2BUJZ6LtMB3GA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Plugin Hosting Request - Datadog Build Reporter

2015-08-26 Thread John Zeller
Updated our plugin to store the api key as a Secret, and to use a logging 
function that prepends logging messages with some context.

The decision was made to go with storing the api key as a Secret for a 
couple of reasons. 1) Using full credentials is an unnecessary step, as 
this isn't truly a username/password set. 2) The api key provides write 
only, and so would not compromise further secrets if spilled. 3) The api 
key is revokable.

Please let me know if you have any further questions.

On Tuesday, August 25, 2015 at 6:14:25 PM UTC-4, Kanstantsin Shautsou wrote:

 Better look on any existing plugin, you need 
 1) add credentials into plugin dependency
 2) add in jelly/groovy page credentials form, then refer it as 
 c:credentials…
 3) add in descriptor magic doFill* method
 4) store credentialsID instead direct apiKey
 5) whenever you need real apiKey resolve credentialsId into real password 
 and use it
 6) don’t expose in jenkins API credentials for not auth people (have no 
 examples).

 On Aug 26, 2015, at 01:07, John Zeller johnl...@gmail.com javascript: 
 wrote:

 Thanks for the feedback! I agree, using credentials is better. I looked 
 around to find a good way to grab the credentials list, and I am having a 
 bit of trouble.

 Do you know of a good example of allowing the user to choose a credential 
 from the `Manage Jenkins - Configure System` screen, and then retrieving 
 that chosen credential again?

 On Monday, August 24, 2015 at 6:05:10 PM UTC-4, Kanstantsin Shautsou wrote:

 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(Started build!); - printing messages 
 with unknown source place is a headache for debug, put some prefix
 ...


 -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups Jenkins Developers group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/jenkinsci-dev/GXkpWaPm-wE/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 jenkinsci-de...@googlegroups.com javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/e27747a4-05d6-4612-992e-6df6c66400d4%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/e27747a4-05d6-4612-992e-6df6c66400d4%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/a0307cc6-035c-4abc-8005-5e20106d494b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Requesting hosting for plugin (Nouvola DiveCloud)

2015-08-26 Thread Christopher Orr
Hi there,

Your repo has been forked; you have commit access here:
https://github.com/jenkinsci/nouvola-divecloud-plugin

There's a JIRA component for your plugin, too.

You might want to look at either integrating your plugin with the
Credentials Plugin, or at least using
http://javadoc.jenkins-ci.org/byShortName/Secret instead of String to
store your credentials.

Regards,
Chris


On 26/08/15 07:35, Shawn MacArthur wrote:
 Any updates on this? Please let me know if any changes are needed before
 getting access, thanks!
 
 On Thursday, August 20, 2015 at 7:25:53 PM UTC-7, shawn.m...@nouvola.com
 wrote:
 
 Hi,
 
 I'm requesting hosting for a plugin. Here is the information:
 
   * The URL to your finished plugin repository on GitHub
 
 https://github.com/prossaro/Nouvola-DiveCloud-Jenkins-Plugin
 https://github.com/prossaro/Nouvola-DiveCloud-Jenkins-Plugin
 
   * The name the repository should have (if it doesn't already have
 a clear name), e.g. snapchat-notification-plugin
 
 nouvola-divecloud-plugin
 
   * Your personal GitHub username, if different from the username in
 the repo URL (GitHub organisation IDs are not supported)
 
 smacarth
 
   * Your jenkins-ci.org http://jenkins-ci.org username, so we can
 make you the default assignee for the JIRA issue tracker
 component for your plugin
 
 smacarthur
 
   * A description of what the plugin does, and what makes it
 different from other similar plugins
 
 The plugin enables you to create a build step which will run a
 performance test on Nouvola DiveCloud (www.nouvola.com
 http://www.nouvola.com). DiveCloud lets you test your site or app
 with a specific load and geolocation, and provides insight into
 performance issues.
 
 
 -
 
 Thank you!
 
 Best,
 
 Shawn
 
 -- 
 You received this message because you are subscribed to the Google
 Groups Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-dev+unsubscr...@googlegroups.com
 mailto:jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/16fc71df-3473-4392-9952-67be8ffb5645%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/16fc71df-3473-4392-9952-67be8ffb5645%40googlegroups.com?utm_medium=emailutm_source=footer.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/55DD6405.3020209%40orr.me.uk.
For more options, visit https://groups.google.com/d/optout.


Advices to display tables in plugins

2015-08-26 Thread Arnaud Héritier
Hi all,

  Do you have some advices/best practices to share to display tables ?
  Can we use some advanced JS libs like https://www.datatables.net ?

Cheers

-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAFNCU-9hMT1RyvBFdXgtU-TdkF2RLg6ONtF20VontvrnHQGNxw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: EOFException when terminating slaves programatically

2015-08-26 Thread Jesse Glick
On Wed, Aug 26, 2015 at 10:30 AM, Carlos Sanchez car...@apache.org wrote:
 I'm not sure what am I missing, if I should call something else to close the 
 slave connection

Not sure, I also get a reproducible `EOFException` from `mock-slave`
tests. Kohsuke agreed something was wrong but the conversation stopped
there.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2HsSkLitxGGHF5ZFqD5KOn1fdmCMo%2BCnXEXvPXPRnKjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Hosting request for four new plugins

2015-08-26 Thread Andrey Stroilov
Hi, I work at Google and we have released four open-source plugins that we 
would like to have hosted under jenkinsci.

URLs of the plugins:
https://github.com/astroilov/google-health-check-plugin
https://github.com/astroilov/google-persistent-master-plugin
https://github.com/astroilov/google-git-notes-plugin
https://github.com/astroilov/google-usage-report-plugin

Repository names should not need to change:
google-health-check-plugin
google-persistent-master-plugin
google-git-notes-plugin
google-usage-report-plugin

My GitHub username: astroilov
My jenkins-ci.org username: astroilov

Plugin descriptions:
- Health Check: an extensible health check framework that works with Google 
Cloud Platform health checking.
- Persistent Master: an extensible backup-and-restore framework that 
supports autorestore, allowing persistent Jenkins masters that pull their 
configuration and state from backup automatically when they are restarted. 
Supports full and incremental backups, custom backup configurations, and 
on-demand backup when Jenkins is about to shut down. Uses Google Cloud 
Storage for backups, with extension points for additional upload/download 
mechanisms.
- Git Notes: logs Jenkins build results to Git notes in a JSON format 
intended for use as a tool-agnostic metadata format.
- Usage Report: allows Jenkins usage reporting via Google Analytics. 
Intended to allow organizations that release bundled Jenkins images or 
versions to receive more detailed usage info beyond N downloads. Note 
that this plugin does not send any data without specific configuration by 
the system administrator or bundle administrator.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/70036200-14fe-4c70-b542-97fc99ceb670%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Plugin Hosting Request - drupal

2015-08-26 Thread Fengtan
Here is a use case: you have developed a custom Drupal module for your 
client and you want to make sure that the code complies with Drupal 
standards and does not contain security flaws.

The plugin is designed for any Drupal module, whether they are core 
modules, contrib modules, or custom modules.



On Tuesday, August 25, 2015 at 4:28:20 PM UTC-4, Oleg Nenashev wrote:

 Could you explain a use case of the plugin? Is it designed for the Drupal 
 core development only or for the easy Drupal plugins CI? 

 понедельник, 24 августа 2015 г., 20:22:52 UTC+3 пользователь Fengtan 
 написал:

 Plugin Repo: https://github.com/fengtan/drupal-plugin

 Plugin Name: drupal-plugin

 Jenkins-Ci.org User: fengtan

 Description: A plugin to review code 
 https://www.drupal.org/project/coder and run tests 
 https://www.drupal.org/simpletest on Drupal https://www.drupal.org/. 
 Results can be published using Checkstyle 
 https://wiki.jenkins-ci.org/display/JENKINS/Checkstyle+Plugin and JUnit 
 https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin. It is 
 already possible to do this using a Shell builder 
 https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-ShellScriptsandWindowsBatchCommands
  
 and/or the Phing Drush Task https://github.com/kasperg/phing-drush-task. 
 What this plugin provides is a user-friendly interface to configure things 
 in a few clicks right in the Jenkins interface.



-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/c2a52e1a-bc99-4996-ad2d-63de8ffc5b9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Granting access to a plugin repository

2015-08-26 Thread Christopher Orr
Thanks. Also done!


On 26/08/15 23:54, Dawid Malinowski wrote:
 Hi
 
 Same as my github account: dawidmalina
 
 26 sie 2015 23:44 Christopher Orr ch...@orr.me.uk
 mailto:ch...@orr.me.uk napisał(a):
 
 Done!
 
 Dawid: If you give us your jenkins-ci.org http://jenkins-ci.org
 account username, we can make
 you the default assignee on JIRA for this plugin, too.
 
 Regards,
 Chris
 
 
 On 26/08/15 21:56, Jørgen Tjernø wrote:
  (Trying this again after rejoining jenkinsci-dev.)
 
  Could someone please grant commit access to
  jenkinsci/environment-script-plugin to
 https://github.com/dawidmalina? I
  have not worked on the plugin for three years, and I have not been
 using
  it for at least two, so it's about time someone else took over, and
  Dawid has expressed interest in updating it.
 
  Thank you!
 
  (Please include Dawid in CC on replies, as I don't know if he
 subscribes
  to jenkinsci-dev.)
 
  - Jørgen.
 

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/55DE35FB.5080006%40orr.me.uk.
For more options, visit https://groups.google.com/d/optout.


Re: Plugin Hosting Request - drupal

2015-08-26 Thread Oleg Nenashev
OK, thanks for the explanation!

I think it would make sense to rename the plugin to
drupal-module-dev-plugin or something like that. I think that other Drupal
plugins may appear later, hence the name seems to be too generic for me.

2015-08-26 23:21 GMT+03:00 Fengtan fengtan...@gmail.com:

 Here is a use case: you have developed a custom Drupal module for your
 client and you want to make sure that the code complies with Drupal
 standards and does not contain security flaws.

 The plugin is designed for any Drupal module, whether they are core
 modules, contrib modules, or custom modules.



 On Tuesday, August 25, 2015 at 4:28:20 PM UTC-4, Oleg Nenashev wrote:

 Could you explain a use case of the plugin? Is it designed for the Drupal
 core development only or for the easy Drupal plugins CI?

 понедельник, 24 августа 2015 г., 20:22:52 UTC+3 пользователь Fengtan
 написал:

 Plugin Repo: https://github.com/fengtan/drupal-plugin

 Plugin Name: drupal-plugin

 Jenkins-Ci.org User: fengtan

 Description: A plugin to review code
 https://www.drupal.org/project/coder and run tests
 https://www.drupal.org/simpletest on Drupal https://www.drupal.org/.
 Results can be published using Checkstyle
 https://wiki.jenkins-ci.org/display/JENKINS/Checkstyle+Plugin and
 JUnit https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin. It is
 already possible to do this using a Shell builder
 https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-ShellScriptsandWindowsBatchCommands
 and/or the Phing Drush Task
 https://github.com/kasperg/phing-drush-task. What this plugin
 provides is a user-friendly interface to configure things in a few clicks
 right in the Jenkins interface.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Jenkins Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/jenkinsci-dev/5ZKATly3T6o/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/c2a52e1a-bc99-4996-ad2d-63de8ffc5b9d%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/c2a52e1a-bc99-4996-ad2d-63de8ffc5b9d%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPfivLAsjeNdKkZ%2BEpAoDJw7TmJT7rmsZEagSTJgo%3Da8qCwBng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Looking for a tool which can help me to identify whose changes broken the build.‏

2015-08-26 Thread Amruta Mistry


Hello,

 

I am using Jenkins as my CI integration tool. I come across an issue  where 
with every build I was getting many  Unit test throwing an error. Now I 
want to identify which changes has broken this Unit test code.

I cannot do build with every commit with Unit test. That’s my limitations.

 

Things I have tried so far is :

1.   Build Failure Analyzer tool

2.   Jacoco-compare –tool.

 

But this is not something I am looking for. So I opened a page to check how 
I can write my own plugin. Below mentioned link I referred.

https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial, where that 
says drop an email to the Jenkins developer’s team that may help me.

 

I have an idea to write my own custom plugin to fulfill my needs  but 
before that I just thought I can check with you guys in case I have missed 
something from existing plugin.

 Please help me with this.

 

Thanks,

Amruta.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/9c398a33-c886-4a00-9aca-3e96c911fdf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins 1.609.3 LTS RC testing started

2015-08-26 Thread Jesse Glick
On Fri, Aug 21, 2015 at 2:57 AM, oliver gondža ogon...@gmail.com wrote:
 Release is scheduled for 2015-08-02.

I guess mean 2015-09-02?

But that is in the middle of JUC West. There is no way KK could be
cutting releases that day or the next. Should we assume that it gets
pushed out a few days?

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1CVGc_XrwRKzSry96C0rNEtrSOfDF%2Bs2%3DHaZUrFKvwTQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins 1.609.3 LTS RC testing started

2015-08-26 Thread Daniel Beck
We discussed this during the last meeting. See logs from 18:53:45 on:
http://meetings.jenkins-ci.org/jenkins/2015/jenkins.2015-08-19-18.03.log.html

I brought up the effect of skipping that meeting on the LTS schedule. In the 
end we (including KK) decided to have the next meeting, which includes LTS 
status check (+ release) and next LTS baseline selection during JUC.

On 26.08.2015, at 14:19, Jesse Glick jgl...@cloudbees.com wrote:

 On Fri, Aug 21, 2015 at 2:57 AM, oliver gondža ogon...@gmail.com wrote:
 Release is scheduled for 2015-08-02.
 
 I guess mean 2015-09-02?
 
 But that is in the middle of JUC West. There is no way KK could be
 cutting releases that day or the next. Should we assume that it gets
 pushed out a few days?
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1CVGc_XrwRKzSry96C0rNEtrSOfDF%2Bs2%3DHaZUrFKvwTQ%40mail.gmail.com.
 For more options, visit https://groups.google.com/d/optout.
 

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/53D090EE-104E-46E6-8327-95763F8D6DEE%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


How to add variable into build environment variables during execution

2015-08-26 Thread 文宾 王·
Hi all, 

I would like to put some our own variables into jenkins job build 
environment variables during build execution. how could I do it? how 
to access the jenkins object model? 

Saying, I have a job named A, and we run a java application as its 
step, in the java application, I need to put some own variables into 
the build environment variables during build execution, these 
variables might be transferred 
to downstream jobs by existing plugin. 

So, how to add variables into build env variables? 
what`s the extension points for that?   

I found BuildVariableContributor, might be it is the extension point to add my 
variables into build env, but when and how would it be triggered? since I need 
to trigger adding variables from my java application, how to do it?  is it 
possible to get the handle of running build of given name job?

Thanks for any clues. 

Thanks 



Regards, 
Grrison 

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/e26525de-bcf8-4e38-bcf7-ee0477ea5960%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


EOFException when terminating slaves programatically

2015-08-26 Thread Carlos Sanchez
Hi,

While writing the Kubernetes plugin, a plugin to dynamically start slaves 
in Kubernetes (something similar to the Docker one) I am getting 
EOFException when deleting the Pod (the container running the jenkins-slave 
jar)

The code for _terminate

cloud.connect().deletePod(name, cloud.getNamespace());
LOGGER.log(Level.INFO, Terminated Kubernetes instance for 
slave {0}, name);
toComputer().disconnect(OfflineCause.create(new 
Localizable(HOLDER, offline)));
LOGGER.log(Level.INFO, Disconnected computer {0}, name);

https://github.com/jenkinsci/kubernetes-plugin/blob/master/src/main/java/org/csanchez/jenkins/plugins/kubernetes/KubernetesSlave.java#L75

I have tried in the reverse order, disconnect, then deletePod with the same 
result, even adding a sleep() call between both
I'm not sure what am I missing, if I should call something else to close 
the slave connection


Aug 26, 2015 4:19:17 PM 
org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate
INFO: Terminating Kubernetes instance for slave 
f911b094-2674-4645-b066-f28726e4b3d8
Aug 26, 2015 4:19:17 PM hudson.remoting.AbstractByteArrayCommandTransport$1 
handle
WARNING: Failed to construct Command
java.io.EOFException
at 
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2328)
at 
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2797)
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:802)
at java.io.ObjectInputStream.init(ObjectInputStream.java:299)
at hudson.remoting.ObjectInputStreamEx.init(ObjectInputStreamEx.java:40)
at 
hudson.remoting.AbstractByteArrayCommandTransport$1.handle(AbstractByteArrayCommandTransport.java:61)
at org.jenkinsci.remoting.nio.NioChannelHub$2.run(NioChannelHub.java:594)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112)
at 
jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)


Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/33c4d0ec-9116-4a1d-b6f1-827081131f2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to add variable into build environment variables during execution

2015-08-26 Thread Victor Martinez
Hi,

I guess you can use the below plugins:

 - EnvInject plugin 
(https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin)
 - Parameterized+Trigger+Plugin 
(https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin)

You can either create a properties file during the build process and run a 
postbuild action - Trigger another projects based on a properties file, or 
inject those properties using the env inject plugin and another post build 
action with those parameters.

There are different approaches but those are the ones off the top of my 
head.

Cheers

On Wednesday, 26 August 2015 14:57:54 UTC+2, 文宾 王· wrote:

 Hi all, 

 I would like to put some our own variables into jenkins job build 
 environment variables during build execution. how could I do it? how 
 to access the jenkins object model? 

 Saying, I have a job named A, and we run a java application as its 
 step, in the java application, I need to put some own variables into 
 the build environment variables during build execution, these 
 variables might be transferred 
 to downstream jobs by existing plugin. 

 So, how to add variables into build env variables? 
 what`s the extension points for that?   

 I found BuildVariableContributor, might be it is the extension point to 
 add my variables into build env, but when and how would it be triggered? 
 since I need to trigger adding variables from my java application, how to 
 do it?  is it possible to get the handle of running build of given name job?

 Thanks for any clues. 

 Thanks 

 Regards, 
 Grrison 



-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/cb2f9ea4-de04-468a-bafd-360a37c2d14e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Plugin Hosting Request - Datadog Build Reporter

2015-08-26 Thread Daniel Beck
Forked to https://github.com/jenkinsci/datadog-plugin and invited you to it.

Welcome aboard!

Also created a component in Jira for this plugin with Datadog as component lead.

On 24.08.2015, at 23:01, John Zeller johnlzel...@gmail.com wrote:

 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:
   • https://github.com/DataDog/jenkins-datadog-plugin
   • Personal Github Username: JohnLZeller
   • Jenkins-ci.org Username: Datadog
   • This plugin is used to forward metrics, events, and service checks to 
 your account at Datadog, automatically. This is different from other plugins 
 because no other plugin forwards data to Datadog, out of the box.
 Please let me know if there is any more information that I can provide!
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/27bf567d--4a8b-a40f-0c9986512107%40googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/C523F798-FB09-46CE-997A-DFCDCB7DF4F6%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Plugin Hosting Request - drupal

2015-08-26 Thread Daniel Beck

On 26.08.2015, at 23:16, Oleg Nenashev o.v.nenas...@gmail.com wrote:

 OK, thanks for the explanation!
 
 I think it would make sense to rename the plugin to drupal-module-dev-plugin 
 or something like that. I think that other Drupal plugins may appear later, 
 hence the name seems to be too generic for me.

Like a plugin that publishes reports to Drupal or something? I agree. 

'Drupal Developer Plugin' (or '… Development …) perhaps? Would be a slightly 
nicer name than what you suggest.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/D21EC304-D0CC-4ADB-AB62-14D2C710DB4A%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Granting access to a plugin repository

2015-08-26 Thread Christopher Orr
Done!

Dawid: If you give us your jenkins-ci.org account username, we can make
you the default assignee on JIRA for this plugin, too.

Regards,
Chris


On 26/08/15 21:56, Jørgen Tjernø wrote:
 (Trying this again after rejoining jenkinsci-dev.)
 
 Could someone please grant commit access to
 jenkinsci/environment-script-plugin to https://github.com/dawidmalina? I
 have not worked on the plugin for three years, and I have not been using
 it for at least two, so it's about time someone else took over, and
 Dawid has expressed interest in updating it.
 
 Thank you!
 
 (Please include Dawid in CC on replies, as I don't know if he subscribes
 to jenkinsci-dev.)
 
 - Jørgen.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/55DE3335.10805%40orr.me.uk.
For more options, visit https://groups.google.com/d/optout.