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
1 answer

I cannot access to phpmyadmin after installing Jenkins

to install jenkins, as the instructions I followed says, I had to create this virtual host: ServerAdmin webmaster@localhost ServerName ci.company.com ServerAlias ci ProxyRequests Off Order…
tirenweb
  • 203
  • 1
  • 3
  • 11
0
votes
1 answer

How do I restart Jetty on a Jenkins slave node?

I am trying to deploy a .war on a Jenkins slave node that is running Jetty using an execute shell build step. To do this I am running the following in my shell command. /etc/init.d/jetty restart It starts Jetty successfully, but as soon as the…
Brian T.
0
votes
1 answer

Tagging does not work with the Subversion plugin

I am using Jenkins 1.417 with the Subversion plugin. When I am trying to tag a build nothing happens. No message, no error, no tags created. So, my question is - how to tag builds in Jenkins when the version control is Subversion? Additional…
mark
  • 725
  • 3
  • 15
  • 32
0
votes
1 answer

proper user and group configuration for eclipse android jenkins

On ubuntu 10.0.4 Did sudo su Then installed eclipse in /root/eclipse (only wget and unzip, no apt-get) Then installed android sdk in /root/android-sdk-linux_x86 (only wget and unzip, no apt-get) Run with gksudo /root/eclipse/eclipse & No issues.…
user27465
  • 259
  • 2
  • 7
0
votes
1 answer

Jenkins server returns 500 error

Having just installed jenkins on a debian 64bits lenny distro I started the server but when I connect to it I get the error: Status Code: 500 Exception: The error below occurred during context initialisation, so no further requests can be…
Fernando André
  • 129
  • 1
  • 8
0
votes
1 answer

How can I get Jenkins/Hudson to preserve file permissions?

I have an file in my Hudson workspace which has permissions of 777. It's listed under "Files to archive", and appears under "Last Successful Artifacts" on the Project page. If I right-click-save it, it only has 644 permission. How can I preserve the…
user7916
  • 125
  • 7
0
votes
0 answers

Azure DevOps with Boomi (or) Jenkins with Boomi for CI/CD automation with various stages

Are there any methods by which we can integrate Dell Boomi with Azure DevOps or Jenkins to implement CI/CD automation with various stages including unit testing and SonarQube etc? Any help with tools details and approaches is highly…
0
votes
2 answers

how to start the linux tomcat on nohup mode on jenkins

I used below command in jenkins, After execute this command, It shows that tomcat is started but tomcat is not started #!/bin/bash TOMCAT_HOME=/home/apache-tomcat nohup $TOMCAT_HOME/bin/startup.sh & I need run tomcat in nohup mode on linux machine…
0
votes
0 answers

How to configure the Kubernetes plugin in Jenkins

I have Jenkins Master running on an EC2 in AWS. I then created a pipeline in EKS. Both the Jenkins Master and the pipeline are running in the same VPC. It is from the Jenkins Master that I create the EKS cluster via the CLi. The EKS cluster is…
0
votes
0 answers

Unable to connect Jenkins master VM (Linux) from a windows slave VM through agent.jar

Command ran to connect : java -jar agent.jar -jnlpUrl http://vmnx-testvm01.eur.ad.sag:8080/computer/vmdkp01%2Eeur%2Ead%2Esag/jenkins-agent.jnlp -secret 34c82af1e3a3d611fbdf56caassa5c511a97d696b1c134de91f1afassaasd4421b1e0dd4ca -workDir…
Dillip
  • 1
0
votes
1 answer

Jenkins - Space distribution

We are running a Jenkins server with multiple nodes. After some time and more and more projects that got added to the instance, we are encountering multiple issues (that we have to few people to solve, but that's another topic). One really…
0
votes
0 answers

Jenkins with GCP ephemeral agents take much longer to start agent with declarative pipeline

We have a jenkins instance using ephemeral agents in gcp. We use container image to build in. Our existing pipeline (scripted and setup via gui) takes about 5-10 seconds to spin up an agent and start building. Now we created and equivalent…
s_qw23
  • 101
0
votes
0 answers

jenkins on kubernetes, jobs are not running, how to fix that?

When I to run any job, getting this error in jenkins logs. The job just stuck in pending state. fully completed. We have now 2 computer(s) 2023-03-27 15:21:32.237+0000 [id=34] WARNING j.u.ErrorLoggingScheduledThreadPoolExecutor#afterExecute:…
user2331760
  • 155
  • 4
  • 12
0
votes
0 answers

Kubernetes plugin is not creating any containers in the cluster even the test connection is successful in jenkins, how to fix that?

Kubernetes plugin is not creating any containers in the cluster even the test connection is successful in jenkins, how to fix that? My jenkins log: Running from: /usr/share/jenkins/jenkins.war 2023-03-23 02:02:43.441+0000 [id=1] INFO …
user2331760
  • 155
  • 4
  • 12
0
votes
0 answers

Unable to save jenkins system configuration, how to fix that?

I am running jenkins in eks cluster. Till yesterday it worked, but today when I want to change any configuration in the jenkins system configuration page, it is not saving anything and page is also not loading properly. Below is the log I got from…
user2331760
  • 155
  • 4
  • 12