Re: Not loading node configuration page

2016-07-29 Thread Daniel Beck
You're on the wrong mailing list. > On 29.07.2016, at 14:53, Vijay Mali wrote: > > I am trying to access node configuration page for configuring or edit the > configuration of existing node but the page is not loading at all. > Can anyone help on this. > Thanks. > > -- > You received this me

Responsive new job name validation

2016-07-29 Thread Samat Davletshin
Hello! Here I propose to make a change in new job name validation. https://github.com/jenkinsci/jenkins/pull/2416/files Now the GET request to check new job name for invalid characters is sent only on 'blur' jQuery event. That makes a user know about the invalid character only after he entered

Not loading node configuration page

2016-07-29 Thread Vijay Mali
I am trying to access node configuration page for configuring or edit the configuration of existing node but the page is not loading at all. Can anyone help on this. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe

Re: Developing a plugin in Scala

2016-07-29 Thread Jeremy Marshall
Thats what I did but ran into trouble with public abstract class BuilderAdapter extends Builder { @Override public boolean perform(AbstractBuild build, Launcher launcher, BuildListener listener) { //pretty tanky due to parameterized type problems in scala... try {

Re: Scala plugin support

2016-07-29 Thread Jeremy Marshall
I was looking at scala specifically and yes they are two issues. I posted my comment on here by accident as I had another thread. My plugin could be hosted. It is a bit raw and more a proof of concept Regards Jeremy -- You received this message because you are subscribed to the Google Groups

Re: Plugin to hide/mask/obfuscate regex in all build output?

2016-07-29 Thread Jason Antman
Ok. So I think I've got the code done and tested for the arbitrary regex masking, either globally or per-job: https://github.com/manheim/mask-passwords-plugin/tree/mask-regex The other ask at my company is some way to **force** this for EVERY job, period. I understand that's a feature most people

Re: Pipeline Syntax page and arguments of type Object

2016-07-29 Thread David van Laatum
@DataBoundSetter public void setValue(String value) { this.value = value; } @DataBoundSetter public void setValue(Integer value) { this.value = value; } java.lang.ClassCastException: class org.jenkinsci.plugins.pipelinestatus.SetStatusVariableStep.setValue() expects class java.lang.Strin

Re: Pipeline Syntax page and arguments of type Object

2016-07-29 Thread David van Laatum
it didnt work On Wednesday, July 27, 2016 at 5:22:40 AM UTC+9:30, Jesse Glick wrote: > > On Sat, Jul 23, 2016 at 9:51 PM, David van Laatum > wrote: > > I tried using overloading of methods to > > accept a select list of types > > This is the only supported option. > -- You received this

Error when preparing a plugin release

2016-07-29 Thread Moshe Cohen
When I execute mvn release:prepare release:perform I get the following error: [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:1.115 is missing, no dependency information available [ERROR] Failed to build parent project for org.jenkins-ci.plugins:aqua-security-scanner:hpi:1.3-SN

JMX Monitoring plugin how to get Job list from Java plugin

2016-07-29 Thread Сергей Прутских
Hello! from I want to integrate Jenkins and Zabbix, and I find two plugins from Henrik Lynggaard Hansen: jmx-monitoring plugin and zabbix-integration plugin. https://github.com/hudson2-plugin zabbix-integration plugin it is just create two JMX metric where JSON list of jobs and nodes describe

Re: Run Selector Plugin beta release

2016-07-29 Thread Alexandru Somai
I've added two Jira issues for using the @Symbol annotation. - one for the Run Selector plugin https://issues.jenkins-ci.org/browse/JENKINS-37052 - and the other one for WS Cleanup plugin https://issues.jenkins-ci.org/browse/JENKINS-37054 Is it any particular Epic for @Symbol mig

Re: Run Selector Plugin beta release

2016-07-29 Thread Oleg Nenashev
+1 for adding a Symbol. IIRC there was a ticket for that. Since Pipeline is integrated with symbols, now it really makes sense. I also agree with method renaming пятница, 29 июля 2016 г., 1:57:03 UTC+3 пользователь Jesse Glick написал: > > Use `successful` not `Successful` to match APIs like >