I have Jenkins job configuration where I have a Trigger phrase set to: .*jenkins:\W+run\W+tests\W+sanity.* and I have PR from this repo where I'm adding comment
Jenkins version : 2.332.1 We have been having this weird problem of some (but not all) of the Jenkins pipeline workspaces being removed from the Unix host where
pipeline { agent { label 'label' } environment { AWS_ACCESS_ID = credentials('aws-access-key') AWS_SECRET_KEY = credentials('
I've noticed a recent issue in both our instances of Jenkins. When launching a job manually, it launches twice. I've no idea what is causing it, but it's happen
I've noticed a recent issue in both our instances of Jenkins. When launching a job manually, it launches twice. I've no idea what is causing it, but it's happen
In Jenkins' Groovy, how can I detect that some other build is waiting for user input, as triggered by statements like input message: 'Retry?' ok: 'Restart'? I
Hi all can you please help to figure out this issue How to copy a folder having py files, and aslo having sub folder level files which are present in a particul
I am looking for some guidance on the design of a Jenkins Shared Library class. Using global vars as shared library is working fine but everytime I define a cla
I get an exception when project builds in Jenkins with site goal: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.8.2:site (default-
I'm following an example from JENKINS-44085 issue very-bottom comments about creating a stage map almost to the T, but when I execute my code I get No such pro
I pushed my automation framework to Github and integrated it with Jenkins. I used Log4j2 to capture the logs in the runtime. This works perfectly fine when I ru
I've been using Jenkins and I've seen a lot of Pipeline examples (declarative ones) and I've seen some using the pollSCM property in the Jenkinsfile to trigger
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
when deploy from jenkins to nexus with the Nexus Artifact Uploader plugin i get the following error: java.lang.NullPointerException at sp.sd.nexusartifactup
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
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
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
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
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
using declerative pipeline syntax in a Jenkinsfile and publishing coverage report using cobertura as follows cobertura( coberturaReportFile: 'coverage/cobert