Violations plugin + StyleCop

2017-03-07 Thread Daniel Becroft
Hey guys, Violations Plugin v0.7.11 We are currently using StyleCOp, and the Violations plugin for reporting. The reporting from the raw numbers works correctly, however we are having issues viewing the problematic code within Jenkins. When we click through from the graph, it shows the list of f

Need Software Engineer (Automation QA, HP, ALM) at Denver, CO

2017-03-07 Thread Shaik Salam
Hi Everyone, Hope you are doing great, We have an immediate opportunity for *Software Engineer **(Automation QA, HP, ALM) **at Denver, CO*. *Send resume s...@nytpartners.com * *Job Title: Software Engineer (Automation QA, HP, ALM)* *Location: Denver, CO* *Duration: 6 months +* *Must have at lea

Re: New Git Plugin Feature - configure alias host names

2017-03-07 Thread Victor Martinez
Out of curiosity, adding another dns entry might solve your issue, doesn't it? stash.xxx.com -> 1.2.3.4 bitbucket.xxx.com -> 1.2.3.4 Cheers On Tuesday, 7 March 2017 20:03:17 UTC, Mic

New Git Plugin Feature - configure alias host names

2017-03-07 Thread Michael Giroux
For several years, we have been using Stash to manage our Git repos. The host name for our server was 'stash.xxx.com'. Recently we upgraded to the latest version of Bitbucket Server. At the same time, we upgraded the server hardware, and to avoid confusion that might occur when users connecte

Jenkins World 2017 Sponser Link is Insecure

2017-03-07 Thread James Nord
I guess this is fixed as that link takes me to https://www.cloudbees.com/juc/sponsors -- 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.

Parallel pipeline - use clean node for each run

2017-03-07 Thread James Nord
Check deleteDir() step https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/#code-deletedir-code-recursively-delete-the-current-directory-from-the-workspace -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group a

Re: Anyone know where the source code for the "sh" builtin can be found?

2017-03-07 Thread ddescombaz via Jenkins Users
Nvm, found https://github.com/jenkinsci/workflow-durable-task-step-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/ShellStep.java On Tuesday, March 7, 2017 at 10:16:45 AM UTC-8, ddesc...@fitbit.com wrote: > > Just getting into navigating these plugins, and havi

Anyone know where the source code for the "sh" builtin can be found?

2017-03-07 Thread ddescombaz via Jenkins Users
Just getting into navigating these plugins, and having a difficult time finding source for some steps. -- 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 jenkinsc

Re: Shared files in pipeline library?

2017-03-07 Thread Andrew Bayer
You can use the libraryResource("some/file/in/library") step to read the contents of a file from a shared library, which you can then write out to a file in the workspace, etc. A. On Tue, Mar 7, 2017 at 8:31 AM, Thorsten Meinl wrote: > Most of our jobs use a bunch of common shell functions whic

What is the freestyle "inject environment variables" equivalent inside blue ocean pipelines?

2017-03-07 Thread jeremy . desvaux
Hi. I'm trying to migrate from a freestyle job to a pipeline that has three stages (build, test and deploy) In the deploy stage, I'd like to rsync files to a remote server. In my freestyle job, I used to inject environment variables to the build process, by specifying them in the properties con

Re: getting variables from a downstream job

2017-03-07 Thread Thorsten Meinl
Write files with the desired parameters in the "build" job, archive the files, and unarchive them in the downstream job. Then you can read the parameters stored in the file. Here's a sketch how we do it: In the upstream job: def downstreamParams = [:] downstreamParams.foo = 'bar' downstreamParam

Shared files in pipeline library?

2017-03-07 Thread Thorsten Meinl
Most of our jobs use a bunch of common shell functions which are sourced at the beginning of the job. Currently these shell functions are in a separate repository. Since it's a pain to check out more than one repository per job, I though about moving the shell function into a global shared pipel

Re: Interactive input with new DSL

2017-03-07 Thread Travis Camechis
hmm, if thats the case then this seems like a major flaw I would think. Also a necessary one for a lot of CD pipelines. On Monday, March 6, 2017 at 10:03:29 PM UTC-5, Andrew Bayer wrote: > > Actually, "agent none" on a stage does nothing. I'm still trying to find > an effective way to solve thi

Parallel pipeline - use clean node for each run

2017-03-07 Thread Bartlomiej Zielinski
Hi, I'm creating pipeline which execute 10 parallel builds. My Jenkins instance has 2 executors. I stash sources first. Then unstash them at the beginning of each build. How to force Jenkins to use clean folder (node) for every run? Currently it use 'JOBNAME' folder and 'JOBNAME@2' folder. Run w

Re: Distribute hardware testing

2017-03-07 Thread alessandro . tondo
I don't know if it is completely clear. I would like to know whether is possible to remap remote usb ports (e.g. my_remote_host@/dev/ttyUSB*) to be used as local usb ports on the server running Jenkins. Otherwise I think the only other distribute solution is to set up a Jenkins slave on a remot

Distribute hardware testing

2017-03-07 Thread alessandro . tondo
I'd like to do what follows, but I don't know if it is easy to setup Jenkins to do so: - Run Jenkins from a virtual machine on a server (locate in room A); - Connect many serial HW devices to a non intelligent system located in room B and connected to the local network (therefore to t

SVN structuring, automated branching and versioning for CR's

2017-03-07 Thread Shalabh Mathur
Hi all, We are setting up the Jenkins tool for the first time to achieve continuous deployment & build process. As a part of this process, we’ll pull the code from the SVN repository where the developers will commit their changes and post-successful build & SIT, the new changes need to be

Continous Delivery Plugin w/ manual steps?

2017-03-07 Thread Turbo Fredriksson
I have the need to create a "(Almost) Continuous Delivery" pipeline for a number of GitHub repositories that together forms "The App". They should (hopefully, the devs are currently in the process of refactoring the code to make this possible) be possible to test, build and deploy independently.

"java.lang.IllegalStateException: zip file closed" fails randomly maven project

2017-03-07 Thread Tomáš Daněk
Recently we are having random failures in our maven projects / builds; There are similar failures like: 06:49:01 Started by timer 06:49:01 [EnvInject] - Loading node environment variables. 06:49:01 Building remotely on backendux01 (BACKEND) in workspace /space/jenkins_slave/workspace/Backend-BCU