Re: how to configure same wildcard ssl certificate for 2 applications in same server

2019-08-21 Thread Simon Richter
Hi, > can we install jenkins and codebeamer in one server and configure both > application with a domain wildcard ssl certificate ? > We have already configured codebeamer with ssl. Can we install and > congfigure ssl for Jenkins in same server? There are lots of different possible setups. Pres

Re: JUnit Results not parsing in Jenkinsfile-based Pipeline Build

2019-08-21 Thread Jan Monterrubio
I’ve found success debugging through the plug-ins by using a combination of: - the Jenkins Test harness - the plugin as a dependency - using the Jenkins rule to run a job and hit the plugins breakpoint. Here’s some resources that might help: https://github.com/jenkinsci/jenkins-test-harness http

Why does my pipeline have 2 workspaces?

2019-08-21 Thread John Lussmyer
I've noticed that my single pipeline ends up with 2 separate workspaces each time it runs. What is the one ending in @script for? -- -- CasaDelGato Sensible Email package: https://sourceforge.net/projects/sensibleemail/ -- You received this message because you are subscribed to the Google Group

Re: Why does my pipeline have 2 workspaces?

2019-08-21 Thread Giles
On Wednesday, 21 August 2019 11:43:35 UTC-4, John Lussmyer wrote: > > I've noticed that my single pipeline ends up with 2 separate workspaces > each time it runs. > What is the one ending in @script for? > > -- > CasaDelGato Sensible Email package: > https://sourceforge.net/projects/sensibleemail

how do I modify one option in scm.getUserRemoteConfigs without having to manually set all the options?

2019-08-21 Thread red 888
in my jenkins pipeline i have this: checkout([$class: 'GitSCM', branches: [[name: "${env.BRANCH_NAME}"]], doGenerateSubmoduleConfigurations: false, extensions: [ [$class: 'SubmoduleOption', disableSubmodules: false, paren

Re: Converting to pipeline questions

2019-08-21 Thread Louis Elston
Installed Eclipse and https://marketplace.eclipse.org/content/jenkins-editor, and can edit Declarative scripts (regular pipeline job, not Blue Ocean MultiBranch job). Storing the Jenkinsfile in SCM, but naming it different (ex: Jenkinsfile9-2), so this way if anyone does create a MultiBranch p

Jenkins cant find dependent file

2019-08-21 Thread Pietto Vasco
I am trying to create a jenkins job to build ami using packer. My packer json has 1 dependent file. When I run my build it fails with: Running as SYSTEM Building in workspace C:\Program Files (x86)\Jenkins\workspace\packer build [packer build] $ cmd /c call C:\Windows\TEMP\jenkins653495773870

Where do you set the Task Role ARN field on the Amazon EC2 Container Service?

2019-08-21 Thread Norman Khine
Hello, I have reached https://ec2spotworkshops.com/amazon-ec2-spot-cicd-workshop/lab4.html#reconfigure-jenkins-to-use-build-agents-running-in-containers section of this guide, but I am having an issue with the UI, in that i have this, https://imgur.com/EPTdS8S Where as in the guide, point 11.

Re: Jenkins: user is missing the Overall/Read permission - Issue

2019-08-21 Thread 'joe khese' via Jenkins Users
Hello did you get the solution to this error? I'm currently battling with the same error On Saturday, 3 March 2018 15:07:07 UTC+1, Poovaraj Thangamariappan wrote: > > Hello, > > I have created *manual* user in Manger User and I have configured in > Matrix-based > security. It is showing Manu

Re: Jenkins: user is missing the Overall/Read permission - Issue

2019-08-21 Thread Mark Waite
Doesn't it resolve the issue if you check the "Read" box in the "Overall" column for the user "manual"? Mark Waite On Wed, Aug 21, 2019 at 7:15 PM 'joe khese' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hello > > did you get the solution to this error? I'm currently battling w

Moving to kubernetes 1.13.10 stopped all my build pipelines, need help

2019-08-21 Thread Anoop Sidhu
slave pods are created and destoyed right away INFO: Template for label worker-c51af0d3-a76a-4439-a27e-27cb1e7a0347: Kubernetes Pod Template Aug 22, 2019 2:23:01 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher launch INFO: Created Pod: development/worker-c51af0d3-a76a-4439-a27e-27

Re: how do I modify one option in scm.getUserRemoteConfigs without having to manually set all the options?

2019-08-21 Thread Mark Waite
I think you can assign the original to a new variable, then modify only the precise portions that need to be changed. Like this: // Narrow the respec to only this branch def branch = 'JENKINS-59016' def myRemoteConfigs = scm.userRemoteConfigs myRemoteConfigs[0].refspec = "+refs/heads/${branch}:re

node js project with multiple repos

2019-08-21 Thread Geetha Sundaram
As we have multiple repos with inter connecting, 1. First, have to clone the container repo(main), it is stable, don't want to clone for every builds. - its one time setup 2. after run npm run initialize-project and npm install on container repo, it will create the projects under container ,

Re: Latest GitHub Branch Source not scanning with credentials?

2019-08-21 Thread Mark Waite
To bring this thread to closure, we discovered in a diagnostic session that I had defined the credentials domain to be restricted to hosts named ' github.com'. That precludes use of the 'api.github.com' host which is needed for the API calls from the GitHub Branch Source plugin. Define credential