Skip to main content

Questions tagged [jenkins]

Jenkins is an open source continuous integration server

0 votes
0 answers
80 views

My host is on alpine Linux and I'm running a jenkins agent on docker. I need the jenkins agent to be able to run a script when it does a build that changes the ownership of a few directories. Every ...
andcbii's user avatar
0 votes
0 answers
45 views

Need some guidance. I am trying to deploy a container in remote server and used groovy script to do this task. I am getting error like below, [2025-04-02T04:26:43.369Z] + ssh -o StrictHostKeyChecking=...
Piyush Nikhade's user avatar
1 vote
0 answers
164 views

I have on a Linux server with SuSE Linux Enterprise 15 SP5 the following situation: I have two unpriv users "sisis" and "jenkins" which are both allowed (based on entries in /etc/...
Matthias Apitz's user avatar
1 vote
0 answers
841 views

I am trying to install generic Jenkins with jenkins.war. Getting following error while starting. 2024-03-05 15:23:36.018+0000 [id=1] SEVERE hudson.util.BootFailure#publish: Failed to initialize ...
Jigar Shah's user avatar
0 votes
1 answer
178 views

I have the following script: def String Service_version = sh "cd ./projects/onehome && pwd && cat package.json | grep version" echo "Service_Version_update: ...
Jenber Nurye's user avatar
0 votes
0 answers
994 views

In a Jenkins file, I have the following code: #!/usr/bin/env groovy .... def env_prod = 'prod.env' def entrypoint = "${env.WORKSPACE} The above is then combined like this: ${env.WORKSPACE}/$...
Patrick_Chong's user avatar
0 votes
0 answers
90 views

In our overall organization, we run Jenkins 2.303.1 onprem. We run thousands of builds a day. The project I work on uses one Jenkins master and a set of about ten build nodes. We build a few hundred ...
David M. Karr's user avatar
0 votes
1 answer
882 views

I have a Jenkins pipeline which has a step running a sh script. Something like this, but with more commands in between which are not relevant: steps { echo 'Running build with all ...
Catalin Nicolae's user avatar
3 votes
2 answers
6k views

I try to upgrade jenkins. I use the new way to use gpg keys: wget https://pkg.jenkins.io/debian-stable/jenkins.io.key gpg --dearmor jenkins.io.key mv jenkins.io.key.gpg /usr/share/keyrings/jenkins-...
Mévatlavé Kraspek's user avatar
3 votes
1 answer
2k views

I want to run source ./script_name instead of ./script_name. Can I create an alias for this ? The Jenkins job will run the script as ./script_name and I can't edit the way it will run the script on ...
Anubhav Rai's user avatar
0 votes
0 answers
75 views

Is there any way to automatically merge commits from master another branch whenever there is any merge request for master? want to add to JenkinsFile as well.
Mohit's user avatar
  • 1
0 votes
1 answer
465 views

I've a bash script that I run on Debian 11 and it worked just fine, I must move it to Ubuntu Server (probably 22.04) and now it stopped working. My script below: BRANCHES=("master" "...
Aenye_Cerbin's user avatar
0 votes
0 answers
190 views

I'm having an issue where a jenkins agent can't access Docker, and I'm just about ready to give up but I figured I'd try asking here first. Along with the official documentation, I've also been using ...
KernelDeimos's user avatar
6 votes
1 answer
8k views

While installing Jenkins on a server without root access, I get the following: AWT is not properly configured on this server. Perhaps you need to run your container with "-Djava.awt.headless=...
Frankie's user avatar
  • 281
0 votes
1 answer
249 views

I have a jenkins server in aws. I can browse it (on my private network) by visiting http://{ip-of-my-jenkins-server}:8080, but if I try browsing http://{fqdn-of-my-jenkins-server}:8080, the request ...
pancake's user avatar

15 30 50 per page
1
2 3 4 5
9