Re: Creating the product from Jenkins

2018-02-28 Thread Victor Martinez
As far as I see and understand this particular question is about how to build a specific product which it's not about jenkins itself but something more specific of, likely, your work. Therefore, I cannot provide any insights but just some ideas: - Can you reproduce those errors locally? - Can yo

Hello, Incrementing the maven snapshot version from develop (OK) and release to final to production/master (ISSUE)

2018-02-28 Thread Cotfas VLAD NICOLAE
Hello, I have Jenkins ver. 2.89.4 running on OSX Sierra 10.12.6 I have two GIT branches: 1. master 2. develop I have installed the maven release plugin into Jenkins and configured correctly the Jenkins paths for Java, Apache Maven, location of GIT executable. I have a simple project in maven

Jenkins pipeline, retrieve artifact

2018-02-28 Thread dacav
Hello everyone I'm using Jenkins Pipeline to construct some continuous integration thingy. I'm currently trying to trigger an existing job and take in the generated artifacts in the current job's workspace. The following works fine: pipeline { agent { label 'builder-rpm'

Re: VMWare Compatibility

2018-02-28 Thread Bob Roy
Thanks much. Your clarification makes sense. We are running multiple SDLC tools including Jenkins & JIRA on VM based servers, without issue. Just wanted to double check if anyone may have had an issue with VMWare upgrades. On Monday, 26 February 2018 15:34:55 UTC-5, Jeff Vincent wrote: > > Being

Re: Creating the product from Jenkins

2018-02-28 Thread swaraj somala
Thank you, Victor Martinez, for your ideas, I will check those questions On Friday, February 16, 2018 at 9:07:29 PM UTC+5:30, swaraj somala wrote: > > I tried to Create the product from Jenkins but I am facing the following > issue > > *CodeGen_GUI 1.0.0 (1.0.0 1.0.0) requires 'org.antlr.runtime

How do jenkins plugins expose users/groups to the matrix authorization plugin?

2018-02-28 Thread red 888
I think its safe to say the Google Login plugin is dead: https://github.com/jenkinsci/google-login-plugin Hasn't been updated in like a year and there are a bunch of old open pull requests. Id like to modify it for myself to be able to use groups in addition to just users under "Project-based

Jenkins slave: tool download not using proxy

2018-02-28 Thread petzschm
Hello List, I'm trying to install maven through the global tools section and it always downloads it directly without going through the proxy that I configured: [Pipeline] stage[Pipeline] { (Declarative: Tool Install)[Pipeline] toolUnpacking https://repo.maven.apache.org/maven2/org/apache/maven

setup of Jenkins infrastructure

2018-02-28 Thread LnT
Hi , I'm preparing topology of new setup of Jenkins infrastructure. We will be given 60 Virtual VMs (Consists of 45 Windows + 15 Linux VMs) *Target :* Need to submit the high level topology for the jenkins infrastructure for Test Automation and Generation of reports. *My Plan is* 1. Create

Re: setup of Jenkins infrastructure

2018-02-28 Thread Dirk Heinrichs
Hi, > My Plan is > 1. Create Jenkins master in in windows VM (Provided 16GB RAM) We were also running our Jenkins master on Windows for the past couple of years, but we finally migrated it to Linux last year. Windows really (still) doesn't make a good server OS (even though it has "Server" in

Re: Algorithm negotiation fail problem

2018-02-28 Thread suri k
Hi, i am also facing the same issue, if you get fix can you forward the same. On Thursday, September 17, 2015 at 1:58:09 PM UTC+5:30, Ehsan Enayati wrote: > > Hi, I am trying to build my code on an ubuntu machine. When I start the > build I always get below error: > > [SSH] Exception:Algorithm n

Jenkins Pipeline with parallel stages

2018-02-28 Thread Rachit Agrawal
Hi All, I am new to jenkins and starting to use Pipeline plugin with Declarative syntax. I have a requirement where I want to run multiple stages in parallel. Attached is the example figure. Fig 1. is something that I can create but what I want is somewhat like in Fig 2. Where multiple stages

Re: How to build a job on multiple platforms/architectures for each commit.

2018-02-28 Thread Rachit Agrawal
I am also looking for something similar. Did you figure out how to do this in jenkins? On Thursday, February 1, 2018 at 1:01:30 AM UTC+5:30, Jimd wrote: > > In a c++ project, when a developer makes a commit I would like to build > for multiple compilers, operating systems, and x64 + x86. Is ther