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

2017-04-21 Thread Stephen Connolly
On Fri 21 Apr 2017 at 22:57, Martin d'Anjou wrote: > 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. > > >> >>

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: Scripts not permitted to use staticMethod in Extensible Choice System Groovy

2017-04-21 Thread Victoria Kozel
Victor, thank you so much for your help! I already had Script Security Plugin installed, and all the methods I tried to execute unsuccessfully were conveniently added in the Method Authorization queue! All i needed to do is just approved them. Worked like a charm. Thank you!! On Thursday,

Re: What is difference between script pending approval and signature pending approval in In-process Script Approval(Plugin)

2017-04-21 Thread Victor Martinez
You can find those details much better explained in the below wiki: - https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Plugin But basically: script is the whole 'script' while the signature is just the method. Signatures are just a subset of the scripts. More fine granularity while

Re: How to approve pending signatures?

2017-04-21 Thread Victor Martinez
That's related to the plugin: https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Plugin therefore you can approve those functions/methods in the global settings. An administrator may now go to *Manage Jenkins ยป In-process Script Approval* where a list of scripts pending approval will

Re: Jenkins BuildHistory | MBs of space is consumed

2017-04-21 Thread Victor Martinez
https://wiki.jenkins-ci.org/display/JENKINS/Disk+Usage+Plugin is enabled in that particular Jenkins instance, you can find further details in that link about what the plugin does. Cheers On Thursday, 20 April 2017 11:43:20 UTC+1, thomas@teamaol.com wrote: > > I would assume that is the

Re: Connecting Jenkins to Moodle

2017-04-21 Thread Mark Waite
A casual glance at the Moodle competency API (https://docs.moodle.org/dev/Competency_API) hints that you might be able to have the student create a Jenkins job which compiles and runs a program (written by the student) which includes a library call (library provided by you) that register the

Re: Git Parameter Plug-in does not list Git commit Ids

2017-04-21 Thread Victor Martinez
For any Cloudbees product related topics/issues please contact Cloudbees support. Cheers On Thursday, 20 April 2017 16:31:45 UTC+1, Sukumar Reddy wrote: > > Hello All, > > we are using jenkins 2.7.22.0.3 (cloudbees version) > Configured build parameterized job and i am able to view the git

Re: email-ext circular dependency

2017-04-21 Thread Victor Martinez
As far as I see there was a comment about: - https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin#Email-extplugin-2.40.3(May20,2015) If you downgrade the version to 2.40.3, does it work? - http://updates.jenkins-ci.org/download/plugins/email-ext/2.40.3/email-ext.hpi If so, then raise a

email-ext circular dependency

2017-04-21 Thread Chanda Unmack
Hi all, Our Jenkins instance has been unstable ever since we've moved it to RHEL so I've been watching the logs to see if there is anything I can find to correlate the crashes. (already filed a bug on all the npes we're getting) I now see an error in the log when it's become unresponsive that

Re: BlueOcean: missing visual pipeline editor

2017-04-21 Thread R. Tyler Croy
(replies inline) On Fri, 21 Apr 2017, Ramanathan Muthaiah wrote: > Hello, > > In the BlueOcean UI, I chose Git and provided the repo name hosted within > organization umbrella. However, with this choice, visual pipeline editor is > not visible. > > Does anyone why is this and what am missing

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

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: Pipeline jobs: How are return codes handled?

2017-04-21 Thread David Aldrich
Thanks for your reply but I am still confused. Looking at: https://jenkins.io/doc/pipeline/steps/workflow-durable-task-step/#code-sh-code-shell-script returnStatus (optional) Normally, a script which exits with a nonzero status code will cause the step to fail with an exception. If this option

Re: Pipeline jobs: How are return codes handled?

2017-04-21 Thread Ramanathan Muthaiah
On Friday, April 21, 2017 at 3:22:49 PM UTC+5:30, David Aldrich wrote: > > Hi > > > > In a conventional Jenkins job, my understanding is that the job will fail > if the last command of a shell build step indicates an error. > > > > I am now experimenting with pipeline jobs and have something

Pipeline jobs: How are return codes handled?

2017-04-21 Thread David Aldrich
Hi In a conventional Jenkins job, my understanding is that the job will fail if the last command of a shell build step indicates an error. I am now experimenting with pipeline jobs and have something like: node { stage('Checkout') {} sh returnStatus: true, script: '''cd software

Pipeline job: How to build entire script from SCM?

2017-04-21 Thread David Aldrich
Hi The deprecated pipeline tutorial: https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md states: 'Building Entire Script from SCM: The easiest way to do this is to select Pipeline script from SCM when defining the pipeline.' When I create a new pipeline job I don't see an

BlueOcean: missing visual pipeline editor

2017-04-21 Thread Ramanathan Muthaiah
Hello, In the BlueOcean UI, I chose Git and provided the repo name hosted within organization umbrella. However, with this choice, visual pipeline editor is not visible. Does anyone why is this and what am missing ? /Ram -- You received this message because you are subscribed to the Google

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

2017-04-21 Thread Victor Martinez
It seems the https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Plugin has been installed and enabled, therefore you need to whitelist those methods. Or even using the https://wiki.jenkins-ci.org/display/JENKINS/Permissive+Script+Security+Plugin plugin in case you would like to

Re: Blue Ocean - Page not found

2017-04-21 Thread Dan Tran
looks like i found it https://issues.jenkins-ci.org/browse/JENKINS-41500 > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Blue Ocean - Page not found

2017-04-21 Thread Dan Tran
My Blue Ocean button pops me the below dialog. Page not found (404) Jenkins could not find the page you were looking for. Check the URL for errors or press the back button. Open Dashboard Is there a way to fix this? Thanks -Dan -- You received this