Password Parameter passes masked characters into maven goals

2015-03-19 Thread Jim Arasim
I have a job using a Password Parameter type (This Build is Parameterized => Add Parameter => Password Parameter), that I reference in "Goals and Options" of a maven build. This week I found the masked characters ("") were getting passed through to the underlying java program that uses

[bitbucket-plugin] problems triggering a build with plugin

2015-03-19 Thread SiKing
Jenkins is installed from Turnkey-Linux Jenkins-VM , running in a virtual server environment (Windows host in Virtualbox) with a local private IP address and operating on port 80. The development team and I are all remote, so we need to have Jenkins expose

Re: server-based downloads

2015-03-19 Thread Richard Bywater
I would assume that unticking that "Use browser" box would do the trick. Although if your Jenkins server is behind a corporate firewall or similar then you'll need to setup the proxy settings. Richard. On Fri, 20 Mar 2015 at 08:36 Ashish Yadav wrote: > How do I setup and configure the server s

are jenkins groups only part of the enterprise version

2015-03-19 Thread Eric Wood
I have been trying to set up filtering on folder using the role-based security and folders plugin in the open source version.  I have been reading about groups and the capability to provided filtering on these, but it is in reference to the enterprise role-based access plugin.  Is this only a e

Re: server-based downloads

2015-03-19 Thread Ashish Yadav
How do I setup and configure the server side collection? From: Richard Bywater mailto:rich...@byh2o.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Thursday, March 19, 2015 at 12:02 PM To: "jenkinsci-user

Is the Jenkins workflow engine tosca compliant?

2015-03-19 Thread Noel Miller
Per this link: https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin and this link: http://en.wikipedia.org/wiki/OASIS_TOSCA Does the Jenkins Workflow Engine adhere to this standard: http://docs.oasis-open.org/tosca/TOSCA/v1.0/os/TOSCA-v1.0-os.html thanks in advance for the answer. -- Yo

Help Needed: Unable to get Remote Build Trigger working

2015-03-19 Thread Vinoth raj
I need to use curl to remotely trigger build for a project. Jenkins ver. 1.580.3 Following setting is done: In Configure Global Security section: - Jenkins' own user database set is enabled - Project based matrix authorization strategy is enabled There is one user who has all rights enabled here.

Re: server-based downloads

2015-03-19 Thread Richard Bywater
That would be why you are getting the warning then as server side metadata collection is the preferred method :) Richard On 2:36AM, Fri, 20/03/2015 Ashish Yadav wrote: > It was enabled. > > From: Richard Bywater > Reply-To: "jenkinsci-users@googlegroups.com" < > jenkinsci-users@googlegroups

Re: Solaris/OpenIndiana native package

2015-03-19 Thread Daniel Beck
On 19.03.2015, at 16:45, Clyde Stanfield wrote: > The link to the Solaris/OpenIndiana package seems to be down (links to > http://ips.jenkins-ci.org/ips/en/catalog.shtml). Is Solaris still a supported > package and if so is there another location this should link to? The decision to end suppo

Re: [workflow plugin] Run existing non-CPS and system groovy scripts

2015-03-19 Thread Finn Hughes
Thanks for the comprehensive answer to an unclear question. Hopefully I'll be able to try it out soon. I think you covered each of my use cases. I particularly like that you linked me to the place to look at in SystemGroovy.java :) -- You received this message because you are subscribed to the

Solaris/OpenIndiana native package

2015-03-19 Thread Clyde Stanfield
The link to the Solaris/OpenIndiana package seems to be down (links to http://ips.jenkins-ci.org/ips/en/catalog.shtml). Is Solaris still a supported package and if so is there another location this should link to? Thanks, Clyde Stanfield -- You received this message because you are subscrib

Re: [workflow plugin] Run existing non-CPS and system groovy scripts

2015-03-19 Thread Jesse Glick
On Thursday, March 12, 2015 at 4:47:59 PM UTC-4, Finn Hughes wrote: > > I can't see how to call my existing non-CPS groovy scripts, especially the > system ones, from my workflow. > Not quite clear what you are talking about here. If you mean to run plain old Groovy programs in your workspace, l

Re: Any plugin to parse XML?

2015-03-19 Thread Jesse Glick
On Tuesday, March 10, 2015 at 4:24:11 PM UTC-4, LesMikesell wrote: > > Not sure about how the pieces fit together in Workflow. You may have > an issue with restrictions on the libraries you can access, either at > all or which ones are exposed to things running on the slave nodes. > Have not tr

Re: [workflow-plugin] Using Closures in workflow scripts not allowed?

2015-03-19 Thread Jesse Glick
BTW this method should be whitelisted by default in the future. -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To

Re: [workflow-plugin] Clean workspace

2015-03-19 Thread Jesse Glick
On Tuesday, March 3, 2015 at 9:18:26 AM UTC-5, Daniel P wrote: > > Or are we forced to use something like "sh 'rm -r *'" every time we > allocate a node? > “sh 'rm -rf *'” is shorter than even the name “Workspace Cleanup Plugin”. :-) -- You received this message because you are subscribed to t

Re: [workflow] how to mark build as unstable inside jenkins workflow?

2015-03-19 Thread Jesse Glick
On Monday, March 2, 2015 at 12:04:20 PM UTC-5, Baptiste Mathus wrote: > > If some plugin, say the junit one, doesn't support this > I do not think it does. You can configure how test failures affect build health, but if there is ≥1 failure then the build becomes UNSTABLE. https://issues.jenkins-c

RE: plugin manager

2015-03-19 Thread Ginga, Dick
This is answered in that link: Why/how were the plugins pinned in the first place? When a bundled plugin is manually updated, Jenkins will mark that plugin as pinned to the particular version. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ginga,

Re: [workflow-plugin] Recommended way to set Slave EnvVar?

2015-03-19 Thread Jesse Glick
On Friday, February 27, 2015 at 3:10:38 PM UTC-5, Timothy Wojtaszek wrote: > > Just collect them and add them to every sh command? > Yes, though I would suggest a more readable def golang = tool name: 'Go 1.2.2', type: 'org.jenkinsci.plugins.golang. GolangInstallation' def go(cmd) { sh "GOROO

RE: plugin manager

2015-03-19 Thread Ginga, Dick
It means that the newer version of jenkins has newer versions of those “build-it” plugins and as long as they are marked a “pinned”, they will not be updated. To update them to the versions in 1.596.1, unpin them and restart Jenkins From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-user

plugin manager

2015-03-19 Thread Ashish Yadav
I just changed my Jenkins from v1.583 to LTS 1.596.1 and am getting a warning on the manage jenkins page. This version of Jenkins comes with new versions of the following plugins that are currently pinned in the plugin manager. It is recommended to upgrade them to at least the version bundled w

Jenkins + Redmine

2015-03-19 Thread Bartłomiej Korpała
Hi! I'm trying to configure Jenkins to work with Redmine. I mean I want to add report to Redmine (new post) after build in Jenkins. My Redmine site is "http://localhost/redmine/"; and page where want to add post is "http://localhost/redmine/projects/tests";. On the "http://localhost:8080/config

Re: server-based downloads

2015-03-19 Thread Ashish Yadav
It was enabled. From: Richard Bywater mailto:rich...@byh2o.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:jenkinsci-users@googlegroups.com>> Date: Thursday, March 19, 2015 at 2:50 AM To: "jenkinsci-users@googlegroups.com

RE: concurrent building only on different nodes

2015-03-19 Thread Ginga, Dick
Thanks Dan. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Thursday, March 19, 2015 9:17 AM To: jenkinsci-users@googlegroups.com Subject: Re: concurrent building only on different nodes https://wiki.jenki

Re: concurrent building only on different nodes

2015-03-19 Thread Daniel Beck
https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin On 19.03.2015, at 14:09, Ginga, Dick wrote: > Hello all, > > I have a job (virus scanner) that I need to run on the workspace of a release > build. But, because of limitations in Symantec’s doscan, I can only run on

concurrent building only on different nodes

2015-03-19 Thread Ginga, Dick
Hello all, I have a job (virus scanner) that I need to run on the workspace of a release build. But, because of limitations in Symantec's doscan, I can only run one at a time on any build machine. But is do NOT want to serialize ALL of these jobs What I want is to queue scan jobs to any one bui

Plugin to display results from several jobs altogether

2015-03-19 Thread Bruno
Hi everybody, I have several jobs that have their own graph, and I'm looking for a plugin to gather all results from all jobs and to display these results in one single graph. Is there a plugin like that ? I just need a similar plugin to get the gist of the code behind. Thank you in advance

Very Urgent: Cyber Ark @ Bellevue, WA

2015-03-19 Thread Satish Ezen
Dear Partner, Please let me know if you have any suitable candidates for this following position with one of our Direct Clients, please share the profile to *r...@e-zencomp.com * *Role: Cyber Ark – SME* *Location: Bellevue – WA* *Duration: 6+ Months* *Client: Wipro* *1.* *Cyber Ark –

How to get all Jenkins People's email list

2015-03-19 Thread Li Jie
Hello all, The Jenkins (1.596.1) is integrated with LDAP (1.6). When clicking on People tab on Jenkins, it 'includes all known “users”, including login identities which the current security realm can enumerate, as well as people mentioned in commit messages in recorded changelogs.' The ques

Re: How to set global git parameters

2015-03-19 Thread RDR
I'll give that a go. Thanks for your advice. On 18 March 2015 at 16:07, Mark Waite wrote: > I'm not aware of a way to set other git parameters globally. Since each > global git parameter has the chance to surprise the git plugin with > conditions it had never before seen, I'm hesitant to allow

Re: server-based downloads

2015-03-19 Thread Richard Bywater
On that screen was " Use browser for metadata download" enabled or disabled? Richard On 8:33AM, Thu, 19/03/2015 Ashish Yadav wrote: > Any idea why I am getting this warning message and if it is ‘valid’? > > On 3/18/15, 9:23 AM, "Ashish Yadav" wrote: > > >I am not sure what option I should sele