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
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
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
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
in my jenkins pipeline i have this:
checkout([$class: 'GitSCM',
branches: [[name: "${env.BRANCH_NAME}"]],
doGenerateSubmoduleConfigurations: false,
extensions: [
[$class: 'SubmoduleOption',
disableSubmodules: false,
paren
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
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
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.
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
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
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
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
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 ,
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
14 matches
Mail list logo