BuildGraph-View plugin information is showing in wiki page and plugin is showing in update center available plugins

2017-04-21 Thread suresh kumar
Hi, BuildGraph-View plugin information is showing in wiki page and plugin is showing in update center available plugins. Verified every information looking fine, but I am not able to figure out the issue why it is not showing in update center & plugin information in wiki. Could some one help

Re: Help request: Naming things is hard (JENKINS-43426)

2017-04-21 Thread Martin d'Anjou
Disclaimer: I do not use those plugins. *Can you suggest a better UI name for this trait than "Discover branches"?* No. > > *Does "Discover branches" scream out what it does?* Yes. > > *Can you suggest a better UI name for the "Strategy" field in "Discover > branches"?* No. > >-

Re: Connecting Jenkins to Moodle

2017-04-21 Thread Mark Waite
Since the Jenkins server which the student is creating could be anywhere, while the moodle server is a single known location, wouldn't it be better to have the Jenkins server call the moodle server with evidence that the Jenkins jobs / configuration "passed the test"? That would allow the student

Re: Connecting Jenkins to Moodle

2017-04-21 Thread Oleg Nenashev
Hi, Generally everything is possible in Jenkins. I am not 100% sure that REST API will provide you enough information about the Jenkins state, but I assume it should be enough for basic intro cases ("create FreeStyle/Pipeline job", "run several builds", etc.). The info about current item

Re: Jelly to Groovy

2017-04-21 Thread Paul Allen
Perfect; that fixed it. Thank you, Paul > On 21 Apr 2017, at 16:53, Robert Sandell wrote: > > Yes, instance is not always available, so the simplest thing to do would be: > instance?.isSsl() > > /B > > On Fri, Apr 21, 2017 at 5:25 PM, Paul Allen

Re: Jelly to Groovy

2017-04-21 Thread Robert Sandell
Yes, instance is not always available, so the simplest thing to do would be: instance?.isSsl() /B On Fri, Apr 21, 2017 at 5:25 PM, Paul Allen wrote: > Hi Robert, > > Thanks for the include details for the credentials, that worked. > > Unfortunately the checked

Re: Jelly to Groovy

2017-04-21 Thread Paul Allen
Hi Robert, Thanks for the include details for the credentials, that worked. Unfortunately the checked instance.isSsl() failed with: Caused by: java.lang.NullPointerException: Cannot invoke method isSsl() on null object Kind regards, Paul > On 21 Apr 2017, at 15:19, Robert Sandell

Help request: Naming things is hard (JENKINS-43426)

2017-04-21 Thread Stephen Connolly
Famously, in computer science there are only two hard problems: 1. Cache invalidation 2. Naming things 3. Off-by-one counting bugs In the GitHub Branch Source and Bitbucket Branch Source plugins I am currently trying to refactor the UI with a number of goals: 1. Make it easier for users to

Re: Jelly to Groovy

2017-04-21 Thread Robert Sandell
//Untested but should be like this: def st = namespace("jelly:stapler") st.include(page: "id-and-description", class: descriptor.clazz) f.optionalBlock(name:_("ssl"), title:_("SSL connection"), checked: instance.isSsl()) { f.entry(title:_("Trust"), field:"trust") { f.textbox() } }

Jelly to Groovy

2017-04-21 Thread pallen
Hi Guys, I was looking to update some of my jelly code to groovy and not sure how to do the following: This imports the ID and Description for credentials, see original jelly

Re: Maintainer for plot-plugin

2017-04-21 Thread Eric Nielsen
Hi Ullrich. I’m happy to hear news about it. I would say the HEAD of the repository is releasable, yeah. You can continue working from there. On Apr 21, 2017, 5:25 AM -0500, Ullrich Hafner , wrote: > Eric, do you know if the current state of the repository is

Connecting Jenkins to Moodle

2017-04-21 Thread dursun . julide
Hello erveyone, at the moment I am writing my bachelor thesis on the topic "Connecting software development tools to an e-learning platform". The E-Learning platform in this case is 'Moodle'. The Tools would be for example 'Jenkins'. My task is to find out, whether following szenario is

Re: disk-usage-plugin seems to be abandoned

2017-04-21 Thread Oleg Nenashev
Hi, So I made an attempt to release it... and failed. There is an unstable test "JobDiskUsageCalculationThreadTest>HudsonTestCase.runBare: 293->HudsonTestCase.runTest:433->testDoNotCalculateExcludedJobs:171 Disk usage for included project should be not be counted". Have no time to dig into right

Re: Maintainer for plot-plugin

2017-04-21 Thread Ullrich Hafner
Eric, do you know if the current state of the repository is releasable? There are already some PRs and fixes included which are not part of the latest release. We are currently writing some acceptance tests for the plugin (in my testing course) and it would be nice if we can base them on the

Re: Scripts not permitted to use staticMethod in Extensible Choice System Groovy

2017-04-21 Thread Victor Martinez
Please use the right mailing list and don't cross post your questions! - https://jenkins.io/content/mailing-lists/ In the above url you can find further details about how to ask and where exactly. Cheers On Friday, 21 April 2017 01:02:17 UTC+1, Victoria Kozel wrote: > > Hello, > > I am