Questions tagged [jenkins]
Jenkins is an open source continuous integration server
128 questions
0 votes
0 answers
66 views
Can not run script with jenkins user
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 ...
1 vote
0 answers
154 views
"ulimit -c unlimited" fails when done "sudo user -c shell-some-script"
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/...
0 votes
1 answer
173 views
Why does this script variable keep showing as "null"?
I have the following script: def String Service_version = sh "cd ./projects/onehome && pwd && cat package.json | grep version" echo "Service_Version_update: ...
0 votes
0 answers
78 views
Why are four Jenkins build nodes suddenly having fatal problems finding things on the PATH?
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 ...
3 votes
2 answers
6k views
Can't upgrade Jenkins on Debian11, the public key is not available: NO_PUBKEY FCEF32E745F2C3D5
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-...
0 votes
0 answers
68 views
Is there any way to automatically merge commits from master another branch whenever there is any merge request for master?
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.
0 votes
0 answers
177 views
struggling to install Jenkins with docker compose
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 ...
0 votes
1 answer
240 views
If I try browsing the fqdn of my jenkins server, my browser times out, but the domain resolves in the commandline, and I can browse the ip address
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 ...