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

Jenkins Active Directory conntection: login fails with indexed and full searches both failed

I'm trying to set up Active Directory on my Jenkins server. Jenkins can communicate with my AD server, but whenever I try to log in I get "Invalid login information. Please try again." The Jenkins log contains the following (partial) stack…
Ulbe
  • 11
  • 3
0
votes
2 answers

Can't ssh into my node

first, I'm doing this for past two days, but nothing works. I've seen many tutorials, but no one works for me. I have jenkins installed, in it I have Master node and I want to create new node. (some agent) I want to establish connection with…
Július Marko
  • 111
  • 1
  • 6
0
votes
1 answer

Jenkins Ubuntu wrong versioning?

I just wanted to install the Jenkins Blue Ocean plugin which, according to the installation guide, requires at least Jenkins 2.7. I am currently on version 2.60.3 so I tried my usual apt-get update and apt-get upgrade but it told me I was already on…
Rico Ocepek
  • 103
  • 5
0
votes
1 answer

What privileges are needed to restart jenkins successfully from the web interface?

I'm having an issue when I try to restart Jenkins using the web interface (either through http(s)://theserver/restart or http(s)://theserver/saferestart) because Jenkins gets stuck on the screen "Please wait while Jenkins is restarting Your browser…
Milena
  • 1
  • 3
0
votes
0 answers

Can't access Jenkins using nginx

I had jenkins up & running using nignx but it was unsecured so I followed a couple of guides from digitalOcean this & this to secure ningx with reverse proxy & ssl. Now I can't access jenkins - I have a blog running in port 80 so did not want to…
Altons
  • 101
  • 3
0
votes
1 answer

Amazon t2.mikro for Jenkins testing

I got 3-4 small projects which I want to test with nightwatch and some up-requests. Is it possible to host jenkins on the small EC2 Instance of Amazon? Since this are only small projects with little income I don´t want to spend too much on the…
Isengo
  • 133
  • 9
0
votes
0 answers

Ansible Jenkins plugin not working in GKE on top of docker/kubernetes - infinite loop

I have such simple playbook: - hosts: 123.123.123.123 tasks: - name: Jenkins - add job jenkins_job: config: "{{ lookup('file', 'jenkins_conf/pipeline_staging.xml') }}" name:…
0
votes
1 answer

Ansible - jenkins plugin failing on Google Container Engine (GKE) - infinite loop with ingress

I have such config for ansible: - hosts: localhost connection: local tasks: - name: Jenkins - add job jenkins_job: config: "{{ lookup('file', 'jenkins_conf/pipeline_staging.xml') }}" …
0
votes
1 answer

Remote parameterised job passes on remote server however show fail status in upstream job - Jenkins

I have a job running on remote server through Remote parameterised job plugin. My downstream job is getting triggered and also is being passed, however the status in upstream job show failure. Here is the logs Triggering remote job now. Remote…
MMA
  • 385
  • 3
  • 8
  • 16
0
votes
1 answer

Do new versions of Jenkins require mandatory log in?

I have recently decided to upgrade my fairly old (version 1.5.something) Jenkins server. After I finished the setup and tried to access the url, Jenkins brought up the log in screen. With my old Jenkins, I was only required to log in if I needed to…
Eugene S
  • 370
  • 2
  • 7
  • 19
0
votes
1 answer

Jenkins slave computer: executing an exe which needs to access a network drive fails

In my slave computer, I have an exe that needs, among other things, to access a file on a network drive. When running this exe from the slave computer, it works fine. But, when I run it from Jenkins master computer, when it gets to the stage that it…
0
votes
1 answer

Jenkins job get exclusivity on an agent (Slave)?

Currently I use the EC2 plugin with Jenkins, so when it needs more agents (slaves) it starts them up (or kills them when not needed). Up till now the agents have been configured with 2 job slots which is fine. However there is one particular job…
Jon
  • 632
  • 6
  • 13
0
votes
1 answer

jenkins build error : No such file or directory

My Issue : When I build using jenkins , I am getting error as No such file. But that file exists. jenkins@ip-172-31-22-20:~/jobs$ ls -lthr /var/lib/jenkins/jobs/github-commit-status-api/builds/43/build.xml -rw-r--r-- 1 jenkins jenkins 2.5K Mar 23…
Ashish Karpe
  • 277
  • 2
  • 5
  • 19
0
votes
1 answer

how to avoid sudo su -s /bin/bash jenkins

I used to be able to change to jenkins user from root by doing su jenkins but with my new jenkins installation, I have to do sudo su -s /bin/bash jenkins does anyone know how I can just do su - jenkins again?
Hasmine
  • 3
  • 1
  • 2
0
votes
1 answer

Jenkins auth plugin - where to store the script and how to pass parameters?

This is my first time dealing with Jenkins plugins - I apologize if it's too naive but I could not find an answer. Docs for this auth plugin, https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm, say: "Each time the authentication is…
postoronnim
  • 115
  • 5