Category "jenkins"

How to see who modified global credentials in Jenkins

I have a Jenkins server with multiple users that are able to create and modify Global credentials. Is there any way I can audit and see who did what with the cr

Jenkins - How to trigger QA tests job build by changes on another git project

I know this is a frequent topic, but I couldn't find a straight-forward answer for my case. I just started with Jenkins, so I need help to achieve the setup des

Jenkins Slave - How to add or update ENVIRONMENT variables

Has anyone tried a way to add or update an ENVIRONMENT variable in a Jenkins slave's configuration using Jenkins Rest/API or any other way. Using Jenkins Swarm

I want Jenkins job to build every two weeks

Will this expression run the build every other Friday at noon? Assume i set this up on a Friday? 0 12 * * */14 I tried 0 12 * * FRI/14 but Jenkins returned an

Jenkins - How to handle checkbox in Active choice reactive reference parameter

I tried setting up active choice reactive reference parameter as given in the link : https://www.infracloud.io/blogs/render-jenkins-build-parameters-dynamically

How to change "default" Jenkins build status label on GitHub?

What do I have: Jenkins job (Freestyle Project). Job trigger is GitHub Pull Request Builder GitHub repository Webhook to trigger the Jenkins job What do I want:

How do I skip a Jenkins stage after executing some of its steps (like the when directive)?

How do I skip a Jenkins stage partway through its execution? It would be like using when after some steps or in the middle of a step, once the skip condition ha

[?1034hsh-4.2$ Cannot perform start session: EOF

Getting below error while connecting aws ec2 instance through SSM in jenkins. Starting session with SessionId: [?1034hsh-4.2$ Cannot perform start session: EOF

Artifactory test connection from jenkins gets failed with timed out

I'm using Jenkins Artifactory Plugin and I have this error: Error occured while requesting version information: connect to [myurl..:8081] failed: connection

jenkins, what does fingerprint artifacts means?

My understanding As far as I understood artifacts up to now, is that it was used to know if my project refers to an unfinished build task's artifacts. Problem

Change jenkins container deployment root path

I have pulled jenkins docker container to install on docker. It is working fine from functional perspectives. However, the URL to access jenkins is http://<h

How to get Jenkins to perform deletes on remote server

I am trying to get started with an automated build process using Jenkins. So far i have managed to get Jenkins to build a project from BitBucket, run tests an

WebDriverException: no chrome binary at /usr/bin/google-chrome-stable or chrome binary not found

I am executing selenium test via Jenkins server in AWS Ubuntu. I was getting chrome binary not found error so I set chrome binary in my code. System.setPrope

"npm run build" = "react-scripts: Permission denied"

I'm trying to deploy my working Windows 10 Spring-Boot/React app on Ubuntu 18.04 but keep getting "react-scripts: Permission denied" error despite numerous atte

Jenkins: 403 No valid crumb was included in the request

I configured jenkins in spinnaker as follows and setup spinnaker pipeline. jenkins: # If you are integrating Jenkins, set its location here using the baseU

Restart Jenkins slave from master

I use jenkins master-slave configuration for capturing Performance metrics of a product. We have observed that jenkins-slave tends to accumulate memory and thus

Active Choices Reactive Reference Parameter is not referring Boolean parameter in Jenkins

I'm using Jenkins for the release processes. In a freestyle project, I need to show 'To Mail Id' input box to get mail ids to send mail only when 'Send Mail' ch

how to integrate jenkins with react jest testing results

My project is using reatJS, jest is used to do unit test and also to generate the coverage report. Now I need to use jenkins to automatically build the project

Jenkins does not recognize command sh?

I've been having a lot of trouble trying to get a Jenkinsfile to work. I've been trying to run this test script: #!/usr/bin/env groovy node { stage('Build

Jenkins shell script returned exit code 1 when the searched string isn't exsist

I'm tring the following at Jenkins in aim to search strings of failures in jobs. This will run on daily basis. def sd = "2020" + "${env.START_DATE}" + "0000"