Re: Any maintainer for the text-finder-plugin

2016-11-25 Thread Oleg Nenashev
>From what I see there is no maintainer around. Jesse (in Cc) was the last person who released it. Maybe he knows the context. Could you please send me a list of plugins, where you created Pipeline support PRs? I will try to get some reviewers at least. суббота, 5 ноября 2016 г., 21:26:56 UTC+3

Re: Git Parameter plugin ambiguous log messages

2016-11-25 Thread Oleg Nenashev
Have you created a JIRA ticket for it? This mailing list is not a bugtracker && not all plugin maintainers read all messages. среда, 16 ноября 2016 г., 23:44:19 UTC+3 пользователь Michael Giroux написал: > > The following log message would be a lot more informative if it provided > the job name

Re: How to change the default value of Global Environment Variable through build job configuration at run time?

2016-11-25 Thread Oleg Nenashev
I think System Groovy script would be the best solution since they allow the access to Jenkins binary API. It should be used with care, but AFAIK it is the only way for such "exotic" use-cases See Groovy plugin and Scriptler plugin. понедельник, 21 ноября 2016 г., 16:06:07 UTC+3 пользователь K

Re: Request ownership/action for a plugin (klocwork)

2016-11-25 Thread Oleg Nenashev
Hi Jacob, On Wednesday we agreed with the proposed plan. Here is the meeting summary: http://meetings.jenkins-ci.org/jenkins-meeting/2016/jenkins-meeting.2016-11-23-18.00.html We agreed that I and Daniel will make the last attempt to reach out the original plugin maintainers with a final 2-week

Re: i've to create Jenkins Page that would check the server status by SOAP UI and if server is accessible then green status would return and if server not accessible then red status updated in desire

2016-11-25 Thread Mark Waite
It is rather uncommon to use Jenkins as a service health monitor, but you might perform each of your checks as a JUnit test, write the results as a JUnit file, then show the results as a JUnit test. If a service is unavailable, the JUnit results will show as a test failure. If that's not a comfor

i've to create Jenkins Page that would check the server status by SOAP UI and if server is accessible then green status would return and if server not accessible then red status updated in desire colu

2016-11-25 Thread Gaganpreet Singh
i've to create Jenkins Page that would check the server status by SOAP UI and if server is accessible then green status would return and if server not accessible then red status updated in desire column. *problem description* 1) We have 10 server on which latest build installed on daily basics

Develop a custom step that would make pipeline wait for a webhook

2016-11-25 Thread Julien HENRY
Hi guys, We would like to implement a feature in the SonarQube plugin that would make the pipeline wait for some external/asynchronous processing to be completed (SonarQube analysis). In addition we would like to get some data (JSON payload) from this external process. Something like: def anal