Category "jenkins"

Docker in Docker configuration

I am having Jenkins running in K8s and now i am trying to run: docker build as one of the step in Jenkins build. Since Jenkins is running inside Docker, i came

Jenkins cannot deploy to nexus

when deploy from jenkins to nexus with the Nexus Artifact Uploader plugin i get the following error: java.lang.NullPointerException at sp.sd.nexusartifactup

Integration of Jenkins Job result in Gitlab

I'm currently improving the integration of Jenkins that we have in Gitlab CE 10.6.0. For now, we had a webhook that trigger a pipeline in Jenkins. The job was e

SessionNotCreatedException with Selenium 4.1.3/IEDriverServer 4.0.0 without open desktop session (works with Selenium 3.141.0/IEDriverServer 2.53.1)

I'm running Selenium via a Jenkins Maven job. The job is running on a separate Jenkins agent without a remote desktop session open to it. When I run in Selenium

docker: Error response from daemon: manifest for jenkins:latest not found: manifest unknown: manifest unknown

I want run this line: docker run --name myjenkins1 -v myvoll:/var/jenkins_home -p 8080:8080 -p 50000:50000 jenkins But result is: Unable to find image 'jenkin

Get Git Branch Name that Triggered Jenkins Build

I have a Jenkins file and a Git Hook that triggers the Jenkins build whenever a code is committed in any of the branches. I wish to print the branch name that t

trigger the jenkins job from octopus

I want to call the jenkins job(automated smoke suite) automatically from the octopus(deployment tool), once the deployment is successful. The simplest way of do

jenkins declerative pipeline - fail build when coverage drops

using declerative pipeline syntax in a Jenkinsfile and publishing coverage report using cobertura as follows cobertura( coberturaReportFile: 'coverage/cobert

Jenkins plugin installed failed with error some plugins could not be loaded due to unsatisfied dependencies?

Dependency errors -Pipeline Graph Analysis Plugin (1.10) Plugin is missing: pipeline-input-step (2.8) -Jenkins Git client plugin (3.2.1) Plugin is missing:

Excluding folders on CheckMarx scan

I'm working on implementing Checkmarx scans in our code repository. I'm using Jenkins and the CheckMarx plugin to accomplish this task. There are some folders

Jenkins: The config profile (user_profile) could not be found Error: Cannot perform an interactive login from a non TTY device

I'm getting the error when executing the build with Jenkins:The config profile (user_profile) could not be found Error: Cannot perform an interactive login from

Why would a job in Jenkins multibranch pipeline gets disabled

We are using Jenkins(v2.235.1) and BitBucket cloud combination. We have BitBucket Team/Project type job which has created multi-branch pipelines. Some of the jo

is it possible to read values from a tfvars file in Jenkins?

I have some terraform code that uses a map of tfvars to deploy multiple lambdas to Aws. it all works fine except I want to run the script in a Jenkins pipeline

unable to see "ADE" option under "Source Code Management" in Jenkins

I have setup a new Jenkins instance in docker. Now am trying to create a new job. But the problem that am facing is my Source Code is in ADE. But under "Source

Use Pull Request to merge EAP files (Enterprise Architect)

I have a request to use GitHub Pull Request in a git repo which is continuously developing in a single binary file (EAP model from Enterprise Architect) into a

Jenkins to Github integration with Deploy Key results in an access denied

I’m working to integrate Jenkins to a GitHub repo that I have to pull code, and run. I’ve add a GitHub repository URL to a Source Code Management s

How to reset Jenkins Admin account password? I am running Jenkins in Docker in windows

I have created an Admin account in Jenkins after unlocking the Jenkins and doing the initial setup. Now I have forgot the password of the admin account and I am

Jenkins pipeline checking out to new workspace when previous build has been aborted

So I'm running into a specific issue, I have a Jenkins Declarative Pipeline (from an SVN hosted Jenkinsfile) that is configured to not run concurrent builds and

Why Jenkins returning http 500 while adding git repository?

I am trying to add a git repository in a freestyle job. However after adding the repository, seeing the error described in the snip provided.

Meaning of H/5 in cron Jenkins

I have a job with as cron: 5 3,21 * * 1-5 This will run my job at 03:05AM and 09:05PM. Now I read it's a best practice to use H. I try: H/5 3,21 * * 1-5