ZAP plugin

2018-04-27 Thread sven . ehlers
Hi all, can someone tell me what I'm doing wrong? Getting this eeror starting a build for owasp testing: [ZAP Jenkins Plugin] CONFIGURE RUN COMMANDS for [ /var/jenkins_home/tools/com.cloudbees.jenkins.plugins.customtools.CustomTool/ZAP/zaproxy-develop/src/zap.sh ] [ZAP Jenkins Plugin] EXECUTE

Re: Visual Studio Environment

2018-04-27 Thread Michael Small
Dave! We are using Visual Studio 2017; if possible, may I ask you to provide the actual statements in the build step bat script? The MSBuild plugin actually builds the solution without issue, however the package deploy switches do not work properly if at all, and of course works perfectly from th

plugin lambda invoke errre every day

2018-04-27 Thread roi romano
> Hi , i configure lambda invoke and its working. > > > But after one day i get error. im delete the build and created a new one > and its working again. but still every day its happened again. > PLEASE ASSIST ME. > > > the error i get : > > > Building in workspace > /opt/bit

Getting Environment Variable from ITCDM to pass Jenkins Job as parameter

2018-04-27 Thread Kumar
Hi team, i am trying to get environment variable from ITCDM and it should pass to my jenkins Job as well. Can anyone help on this? whenever new deploy starting in ITCDM , its triggers jenkins to build and once jenkins build successful , then itcdm is deploying the code in the respective envi

[Blue Ocean] How can I change the user who lists Bitbucket Cloud repositories?

2018-04-27 Thread Thomas Ramé
Hi, Does anyone know how to change the user looking for Bitbucket Cloud repositories through the new Blue Ocean interface please? I can't find its credentials in Credentials Page... otherwise I would have deleted its account. Thanks, -- You received this message because you are subscribed to

Re: kubernets plugin jnlp4

2018-04-27 Thread Carlos Sanchez
The exceptions may be irrelevant, what errors do you get in the build log? On Fri, Apr 27, 2018, 04:25 Edward Bond wrote: > Carlos, > > Jenkins: Jenkins ver. 2.107.2 > kubernetes plugin: 1.6.0 > Master log file: https://pastebin.com/SBs1iTpy > Using jnlp-slave:3.10-1 > Kube

Re: trigger jenkins build from bitbucket

2018-04-27 Thread James Telfer
Not a direct answer to your question, but have you considered using the Bitbucket Branch Source Plugin (https://plugins.jenkins.io/cloudbees-bitbucket-branch-source)? This gives you multibranch pipelines and integrates with Bitbucket, creating those webhooks automatically for you when you crea

Re: How to use Folder-level Shared Libraries in Declarative Jenkinsfile

2018-04-27 Thread Ramanathan Muthaiah
If you are looking to load Groovy files from your project repo, try the load step. This SO thread may have more answers for you.

RE: Visual Studio Environment

2018-04-27 Thread David Aldrich
We build Visual Studio C++ projects using Jenkins. We don’t use the MSBuild plugin but simply call msbuild from a bat step. It is necessary to call the Visual Studio Developer startup script first, from within that step. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegrou

RE: How to use Folder-level Shared Libraries in Declarative Jenkinsfile

2018-04-27 Thread Reinhold Füreder
Hi Michael, I think “folder-level shared libraries” mean that you can configure shared pipeline libraries specific to folders, so a Jenkins folder has in its configuration a section called “Pipeline Libraries” with the hint “Sharable libraries available to any Pipeline jobs inside this folder.

Re: Use of withCredential on Slave Node

2018-04-27 Thread Ramanathan Muthaiah
> > The premable to my Jenkinsfile looks like > > try { > > node("linux") { > > withCredentials([[$class: 'UsernamePasswordMultiBinding', > credentialsId: 'REDACTED', > usernameVariable: 'REDACTED_USER', passwordVariable: > 'REDACTED_PASSWORD']]) { > > > > When I run the job wi

Re: not able to change string value in Jenkinsfile

2018-04-27 Thread Somshekar C Kadam
Hi Eric, Thanks for the feedback and clarifying between environment and groovy variable. I did use the experession yesterday itself and able to proceed onto next stage. Regards Somshekar C Kadam 9036660538 On Thu, Apr 26, 2018 at 7:43 PM, Eric Pyle wrote: > You are correctly getting the resu