jenkins Questions

3

I am exploring the EC2 plugin of Jenkins. One of the issues reported is with the Authentication Timeout. jenkins.ec2.bootstrapAuthSleepMs (default 30000) jenkins.ec2.bootstrapAuthTries (default 30...
Physiology asked 30/3, 2016 at 22:6

3

I Currently using Jenkins Delarative pipeline with a parameterised build pipeline { agent any parameters { booleanParam(name: 'cleanDB',defaultValue: false,description: 'should clean db ?' ) s...
Romie asked 2/5, 2017 at 11:22

7

Solved

I try to build istio (1.6.0+) using Jenkins and get an error: docker: Error response from daemon: invalid mount config for type "bind": bind mount source path does not exist: /home/jenkin...
Rutabaga asked 20/4, 2020 at 6:14

4

Solved

Jenkins is extremely slow when viewing job pages (over 3 minutes, with a cold disk cache). The main page displays fine; the problem is only when viewing pages for individual jobs. I think that the...
Wellappointed asked 16/2, 2016 at 22:21

5

I have configured my Jenkins to execute a Linux instance on AWS EC2. This works absolutely fine and I am able to invoke Linux instances on EC2 via Jenkins. (Installed a couple of plugins; settings;...
Savagery asked 24/6, 2016 at 10:53

3

Solved

Hi Jenkins and AWS Guru's I already look online for any possible solutions but not getting a solution for my problem. I just issued an "eb --version" on Jenkins execute shell under a test project ...
Tweeze asked 13/9, 2017 at 13:38

6

Solved

I'm in the process of migrating Jenkins from one server to another. I've no issues with the migration process. But sooner I start my new server the scheduled jobs start executing, which is provin...
Salop asked 13/10, 2017 at 9:52

8

I am trying to install Jenkins on ubuntu 11.04 I have installed Oracle Java $:~$ java -version java version "1.8.0_05" Java(TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot(TM) Server...
Elvyn asked 14/7, 2014 at 2:3

6

Solved

I want to send files from Jenkins to to my instance in Google Compute engine instance I added a build in my config in jenkins : rsync -vrzhe "ssh -i /var/lib/jenkins/.ssh/google_compute_engine -o ...
Imprest asked 9/1, 2015 at 9:33

1

I'm trying to use an env var in Jenkins' pipeline options {} block, but it seems they aren't extrapolated at that stage. Am I missing something or is it intentional and there's no way to make it wo...
Leonelleonelle asked 5/11, 2019 at 17:57

3

Solved

I have a set of roles that I need to install with ansible-galaxy. - src: 'https://gitlab.private/role-openstack-net.git' scm: 'git' version: '1.0.0' name: 'role-openstack-net' - src: 'https://...
Ghazi asked 9/4, 2018 at 15:59

2

Can't figure this out for quite a piece of time. Can't find answer on the web either. My CI tool is Jenkins. Source of code is Git. A build trigger is another build stability. Plugin manager says ...
Complemental asked 6/10, 2016 at 13:7

5

Solved

I have a repository in Bitbucket. In that repository i have project called Demo Which is a maven project. I am trying to deploy Demo with Jenkins. Steps I am following. Created a job(Item) in Je...
Censorship asked 1/7, 2015 at 9:35

2

I would like to add extra columns to the build history sidebar that can be modified by user (comments,etc..). Has anyone did something similar? or any suggestions how can it done easily?

4

Solved

I'm running a local instance of Jenkins 2.1. I'd like to create a couple of users with different security access. Till now, I've been working as the generic anonymous user with no security enabled ...
Borate asked 2/5, 2016 at 15:12

2

I am looking for the cleanest way to exit a declarative Jenkins pipeline, with a success status. While exiting with an error is very neat using error step , I couldn't find any equal way to exit wi...
Owlet asked 19/11, 2017 at 14:33

7

In jenkins I'm seeing the following error message in the jenkins console while building any of our projects that are integrated with Gitlab. Failed to update Gitlab commit status for project '120'...

6

Solved

I've got Jenkins ver 1.524 installed on a Windows 7 box and I'm trying to configure email but the "Test configuration" is reporting errors. Jenkins is running as a service under my own domain accou...
Lingual asked 5/8, 2013 at 15:34

9

Solved

Is there a way in Jenkins (Hudson) to disable a job from another job? Basically we have a build environment that does the standard building/testing. We also use the same Jenkins instance to do som...
Overdraw asked 28/12, 2011 at 21:9

3

Solved

I want to run a Jenkins instance in a docker container. I want Jenkins itself to be able to spin up docker containers as slaves to run tests in. It seems the best way to do this is to use docke...
Describe asked 23/3, 2016 at 17:36

3

Solved

I am relatively new to the CI/CD concept. I am trying to clone a Github repository using declarative pipeline in Jenkins (without SCM). If i do it without any credentials then I can see in the co...

4

Solved

Jenkins build fails with Cannot contact XXXXXXXXXXXX: java.lang.InterruptedException from time to time. it doesn't matter if it is a spot instance or an on-demand instance Jenkins ver. 2.60.3 A...
Extract asked 13/9, 2017 at 14:26

6

I just installed a new jenkins 2.77 instance on my Windows machine, running Java 1.8.0 #60. I was expecting there to be some default plugins but it seems like none were installed when the instance...
Thickhead asked 6/9, 2017 at 7:49

6

Solved

In Jenkins is there a plugin for parameterized builds to make the parameters required? The fields under the standard "This build is parameterized" option do not seem to provide that. Clarification...
Spoof asked 24/5, 2012 at 17:26

6

I'm writing a continuous integration step that checks the titles of our pull requests for proper tags and formatting before allowing them to be merged. To do this, I need to echo the title of the ...
Punctual asked 4/1, 2016 at 22:20

© 2022 - 2024 — McMap. All rights reserved.