Re: [Jenkins-infra] Scheduled infrastructure maintenance window June 3 00:00 UTC

2016-06-02 Thread R. Tyler Croy
Any we're done, closing out INFRA-731 (https://issues.jenkins-ci.org/browse/INFRA-731) Tune in next week for when we, hopefully, roll out that JIRA 7 upgrade. - R. Tyler Croy -- Code: Chatter:

Re: [Jenkins-infra] Scheduled infrastructure maintenance window June 3 00:00 UTC

2016-06-02 Thread R. Tyler Croy
(replies inline) On Thu, 02 Jun 2016, R. Tyler Croy wrote: > (replies inline) > > On Wed, 01 Jun 2016, R. Tyler Croy wrote: > > > > > Consider this notice that there will be a scheduled maintenance window June > > 3rd > > 00:00 UTC or June 2nd 16:00 PDT for project infrastructure. > > > >

Re: [Jenkins-infra] Scheduled infrastructure maintenance window June 3 00:00 UTC

2016-06-02 Thread R. Tyler Croy
(replies inline) On Wed, 01 Jun 2016, R. Tyler Croy wrote: > > Consider this notice that there will be a scheduled maintenance window June > 3rd > 00:00 UTC or June 2nd 16:00 PDT for project infrastructure. > > The work is tracked in this ticket >

Re: using maven.config

2016-06-02 Thread Derek
Nirish, Update what in the configuration? The only things I see there are choices for settings.xml and a repository location. > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: using maven.config

2016-06-02 Thread niristotle okram
Navigate to manage jenkins - configure system & update the Maven Configuration On Thu, Jun 2, 2016 at 1:31 PM, Derek wrote: > I have been unable to get Jenkins to run maven in such a way that it > honors the .mvn/maven.config properties file (introduced in maven > 3.3). I

using maven.config

2016-06-02 Thread Derek
I have been unable to get Jenkins to run maven in such a way that it honors the .mvn/maven.config properties file (introduced in maven 3.3). I have tried running with a Maven project type and a Freestyle project type. If I execute maven from the command line on the Jenkins slave in the

Install and Login Jenkins with linux account user

2016-06-02 Thread seemant bisht
Hello, I want to install Jenkins and use it to build projects as linux account user (e.g. linus). How can I achieve that? Please help. I have installed jenkins as user jenkins and added linus as new user but when I try to build project it starts saying incorrect password. -- You received this

Enable Manual Promotion of multibranch pipeline builds

2016-06-02 Thread Greg Smith
Hi, I would like to enable a user to manually promote builds, that are defined by Jenkinfiles in a multibranch build configuration. I'm not quite sure how to set this up, or if its possible. Ideally it would work like this: For any "master" branch in any project in our github organization,

Unable to determine the workspace error

2016-06-02 Thread Hitesh Gupta
Hi, I am getting below error when jenkins start building the project. However, get latest succeeds. I have tried all option and run tf commands as suggested in the message but no luck. Even I have uninstalled jenkins, reinstalled and reconfigured but still getting same error. I have even

Re: How to solve Could not find (numeric) updateCenterVersion issue

2016-06-02 Thread Hitesh Gupta
Thank you Mathus. It helped. I configured the proxy and now able to see available plugins. Regards, Hitesh On Thu, May 26, 2016 at 2:21 AM, Baptiste Mathus wrote: > Please avoid reposting. In that case, you could have forwarded the dev ML > email here. > > So, quoting

Re: Jenkins Log4j warning

2016-06-02 Thread Shrikant Nanda
Hi Gaurang, Did you manage to find solution of this problem? -Shrikant On Tuesday, September 10, 2013 at 8:08:28 AM UTC+1, Gaurang shah wrote: > > Hi Mathus, > > > I did what you suggested, moved *log4j.property* file in > *src\test\resources* folder, however it still shows the warning. > >

update-center.json - plugin sha1 values

2016-06-02 Thread DrGR
Hello, Within our development environment, we have a jenkins installation within a secure environment without direct connection to the web. It means when we want to install/update a jenkins plugin they have to be imported within secure environment. Before that can happen, it must be approved

Re: pipeline global library no longer works on latest builds on Windows

2016-06-02 Thread tomwilson001 . us
Thanks Craig, that's seem to be the way I'm going to resolve this problem On Wednesday, June 1, 2016 at 6:17:12 PM UTC-5, Craig Rodrigues wrote: > > Hi, > > My advice will differ from some of the advice on this list, but I would > advise you to find a way to accomplish your goal > without using

RE: Git Client Plugin wiki page missing data?

2016-06-02 Thread Dunnigan, Terrence J
Nice, thank you! Terry From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Christopher Orr Sent: Wednesday, June 01, 2016 7:07 PM To: jenkinsci-users@googlegroups.com Subject: Re: Git Client Plugin wiki page missing data? Hi there, On 01 Jun 2016, at

Pipeline: Transfer files via SSH

2016-06-02 Thread Sverre Moe
I need to transfer some files to a server. Have followed the suggestion mention in https://issues.jenkins-ci.org/browse/JENKINS-27963 Tried sshagent with both scp and rsync. Neither works. I have created a Credential for this server in Jenkins. Using rsync sshagent(['repository']) { sh

Re: Pipeline Global Library - predefined properties in a variable

2016-06-02 Thread Itai Sanders
just to add - for now I am using a sort of a compromising in the form of an init method that initializes these properties. as long as I only call this method only once at the beginning of the pipeline, everything works great. this might be the only way to do this. I would still rather find a

SDLC for Pipeline Templates?

2016-06-02 Thread Jason Hull
I really like the Pipeline Templates feature of Jenkins. I am using PL templates to build/test/promote a variety of content types, such as Chef Cookbooks. Its important that I can modify and enhance these templates in a safe way that does not adversely impact the users that instantiate these

Pipeline Global Library - predefined properties in a variable

2016-06-02 Thread Itai Sanders
Hi, I am looking for some help regarding the Pipeline Global Library functionality. it seems like there is no way (or at least no straight way) to create a script that will hold both predefined properties and

Re: What I miss with Pipeline: Console output from each node

2016-06-02 Thread Sverre Moe
The main Console Output prepends all lines with the node name [master-sles11-i686] + ./autogen.sh [master-sles11-x86_64] + ./autogen.sh This could be use to split out the main Console Output with one for each node. When https://issues.jenkins-ci.org/browse/JENKINS-26107 is finished it would

Re: What I miss with Pipeline: Console output from each node

2016-06-02 Thread Sverre Moe
I have installed Pipeline Stage View Plugin and already been using it. I get Stage view visualization in the project, but it doesn't visualize each parallel execution. All steps in parallel executions within one stage are all listed on that one single stage. It is not allowed to have stage