jenkins-plugins 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
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
4
I have a docker image on my local machine. When I try to run the image using the below Jenkins file.
agent {
docker {
image 'gcc/sample:latest'
args "-v /etc/passwd:/etc/passwd:ro
}
}
Then I ...
Archon asked 16/3, 2018 at 14:10
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
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?
Dobb asked 25/8, 2016 at 8:13
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...
Garda asked 10/4, 2020 at 19:4
5
Solved
I'm using pipeline (Jenkinsfile) and I need to change node version. i added the Nvm Wrapper Plugin but i don't know how to use it properly from Jenkinsfile
should i add the nvm('...') {} inside st...
Midgard asked 14/11, 2017 at 15:26
4
Solved
I just set up a new Jenkins instance for my project (Version 2.19.4). But when I try to generate several builds for testing I find that the Build History only shows me one historical build.
Befor...
Epistyle asked 15/12, 2016 at 17:10
8
I'm a little confused about Freestyle project and pipeline in jenkins when trying to create new items.
When should I create item with Freestyle project? And in which case should I use pipeline?
D...
Heterosexuality asked 10/4, 2017 at 2:27
7
Executing upstream job called "A". On success of A executing test cases which is downstream project "B". But while sending mail from B we have to incorporate upstream project details (upstream proj...
Eben asked 29/8, 2016 at 13:48
3
I was able to make inputs appear and dissappear with active choices plugin. But name of the parameter isn't hidden dynamically and I don't know how to achieve that.
Laconic asked 14/3, 2019 at 9:14
7
Solved
I'm using the Active Choices Reactive Reference Parameter plugin in a dsl job here the code
parameters {
activeChoiceParam('choice1') {
description('select your choice')
choiceType('RADIO')
...
Amaryllidaceous asked 14/4, 2017 at 10:59
12
An error occurred during installation: No such plugin: cloudbees-folder (While installing Jenkins suggested plugins getting the error on windows 10)
Umber asked 19/11, 2018 at 7:2
4
I have a deprecated Jenkins plugin installed (WMI Windows Agents Plugin, v1.8.1), and I'm trying to uninstall it.
Problem
When I uninstall the plugin from the Jenkins web UI, it gets stuck at "...
Satterwhite asked 29/12, 2022 at 2:17
9
Solved
I wish to change the time zone of the Jenkins.
I have changed the time zone of the Jenkins installed server, but the Jenkins UI shows the different time.
I need to set the PST time for Jenkins UI...
Oringas asked 13/2, 2017 at 10:41
15
Solved
Installing a plugin from the Update center results in:
Checking internet connectivity Failed to connect to
http://www.google.com/. Perhaps you need to configure HTTP proxy? Deploy Plugin Failur...
Disturb asked 19/2, 2013 at 5:23
21
Solved
I have a strange problem with the Jenkins HTML Publisher plugin, wherein all the fancy CSS I have added to the report is stripped out when viewed in Jenkins. If I download the report to local, I am...
Woodrum asked 3/3, 2016 at 22:3
6
I am not able to pull the code from Github through jenkins. I did try to switch the git plugins in jenkins but it didn't work. No idea what the issue is..Some pointers for this would be helpful..
...
Holeandcorner asked 5/4, 2015 at 11:1
4
Solved
I want to pause one of the job in jenkins and resume the job from that point.Is this possible?
Humpy asked 16/2, 2017 at 6:58
3
I have complex jobs with a lot of parameters, is there any way to validate those parameters using JavaScript form validation or with some other methods, and if the user's input isn't not correct, i...
Fortitude asked 18/7, 2016 at 17:16
8
Solved
Environment:
Windows 2008 R2
Jenkins 1.580.2 LTS
Mailer plugin 1.12
Email Extension Plugin 2.39
Java 8
I have some problems with configuring my Jenkins CI server to send email notifications af...
Marked asked 15/1, 2015 at 14:57
9
Solved
When viewing a project in Jenkins, I'd like to see the last console output displayed on the project page.
This satisfies two needs:
I most often just want to see what the output of the build was...
Pennant asked 29/2, 2012 at 9:53
4
So I am using the Jenknis JUnit parser plugin to parse the test results. I have a job which has just one test and it fails all the time. However, the JUnit plugin marks the job as unstable and not ...
Chaps asked 29/4, 2019 at 20:30
5
Solved
my task is to collect node details and list them in certail format. I need to write data to a file and save it as csv file and attach it as artifacts.
But i am not able to create a file using groov...
Ulema asked 2/6, 2015 at 23:46
1 Next >
© 2022 - 2025 — McMap. All rights reserved.