Questions tagged [jenkins]

Jenkins is an extendable open source continuous integration server

It is built in Java and has many plugins to support,build and test projects.

More info on the official website.

654 questions
0
votes
0 answers

site can't be reached error while accessing jenkins

I installed jenkins on ubuntu it is successfully installed. But while i access through browser by using IP_Address:8080 it shows site can't be reached shows. i tried sudo ufw allow 8080 and sudo ufw enable but it can't work ubuntu@ip-172-31-32-61:~$…
0
votes
1 answer

Jenkins Plugins Error After Update - "Errors Checking Update Site"

I'm running Jenkins on a RHEL 7.9 server, with OpenJDK 11.0.17. I recently updated Jenkins to version 2.361.4 from 2.346.3. After updating I went to the plugins manager page to see what plugins needed to be updated and I noticed the following: If…
jrd1989
  • 698
  • 15
  • 48
0
votes
0 answers

jenkins ssh agent set variable with

Iam using this command to set variable ssh -o StrictHostKeyChecking=no -l ec2-user 1.1.1.1 export GRAFANA=$(kubectl get svc grafana -n grafana -o jsonpath='{.status.loadBalancer.ingress[*].hostname}') showing output this ++ kubectl get svc grafana…
Rahul
  • 1
0
votes
0 answers

How to Deploy a war files in docker container by using jenkins free style job?

I have a Redhat8 server, on that server I install docker. I take the centos8 image and create a container. In that container I install tomcat. manually I deployed wars in that container until now all is working well. Now I want to setup a free-style…
0
votes
1 answer

Ansible and Jenkins: "winrm is not installed: cannot import name utils

I started to learn Ansible and Jenkins a few days ago. I'm stuck on one particular problem and despite many efforts can't figure it out. I have a very basic playbook that runs OK if I run it directly from the command line. Ansible and Jenkins are…
Okrx
  • 73
  • 1
  • 12
0
votes
0 answers

Can't download Jenkins on Ubuntu 22.04

I'm trying to download and install Jenkins on my VPS after reinstalling the image (Ubuntu 22.04) but I always get an error while trying to download it. I followed Jenkins original guide to get it installed but it's not working. This is the…
0
votes
0 answers

Trigger downstream Jenkins job on timed loop until upstream job has completed

I run a Jenkins server on Linux that has a number of agents connected to it, some Linux and some Windows. All the jobs on the controller are managed using the Jenkins DSL. At the moment I have an overarching Jenkins job ("parent job") that simply…
shaneoh
  • 414
  • 3
  • 7
  • 19
0
votes
0 answers

Ubuntu Apache Redirect All Request to HTTPS except Jenkins

I am creating a configuring a Server using Ubuntu and Apache. Everything works fine except that when I use redirection of HTTP to HTTPS. How can I write an exception case where every http request is redirected to HTTPS except when its for…
nXn
  • 101
  • 2
0
votes
0 answers

Jenkins SonarQube Scanner's withSonarQubeEnv and Docker build container

I build my app from Jenkins inside a Docker container using a series of commands like docker exec mycontainer /bin/bash -c 'mvn clean install'. I'm also used to the SonarQube plugin to configure the server URL and the authentication token,…
siggi
  • 1
0
votes
0 answers

Jenkins job running node not specified

I have a label in my jenkinsfile to run on a node, using a config file to hold the values. node(config.agent.slave01){ /// do my stuff } The job runs on this node for a second, then switches to the other slave (slave02). Is this something Jenkins…
0
votes
0 answers

reserved for jobs with matching label expression when using declarative pipeline

I'm tasked to write Jenkinsfiles for a Jenkins cluster that I do not manage. I'm facing an issue where some of my jobs are hanging with the message "xxxx is reserved for jobs with matching label expression" only when using declarative…
shellwhale
  • 173
  • 1
  • 1
  • 6
0
votes
0 answers

unable to create Jenkins pipeline for UAT environment which is only accessible through VPN

i am trying to develop a pipeline for organization's UAT environment. to access that environment for manual deployments we use VPN (which is not open-vpn), now i am stuck because i am unable to find any Jenkins plugin which can help my connection to…
bin_
  • 1
  • 1
0
votes
1 answer

Unable to kill a process by Jenkins : operation not permitted

I am using Jenkins in centos 9 Server. My intention is that Jenkins will kill the existing Java jar process and will restart the new build Jar. previously I have used the same command for centos 8 but after installing Centos 9 I am facing this…
Black Swan
  • 111
  • 3
0
votes
0 answers

Error in installing Jenkins

I am facing issues while installing jenkins on my ubuntu14.04 server. Java version is 1.8. Steps followed as root: wget --no-check-certificate -qO - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add - sh -c 'echo deb…
somya
  • 3
  • 2
0
votes
1 answer

Are Jenkins Debian Repo keys necessary

I am in the process of migrating an application that needs a running Jenkins instance on the same server. The deployment of the application happens through Ansible. In the steps, there is a requirement for Jenkins keys and repo. Snippet from Ansible…
somya
  • 3
  • 2