I've used winsw to register my jenkins slave as a service on my windows10 and then I found that because UAC virtualization is set to "not allowed" on every chil
I have a project which is written in java 8. It is kind of complex for me and very dependent to java 8. However I also happen to have a SonarQube and a Jenkins
When using a jenkins pipeline, on an ephemeral node (e.g. fargate): pipeline { agent { label 'build-swarm' } stages { ... } po
I am trying to launch Winidea configuration stored on U: drive. I am able to execute this script using command promt. However when I am trying to execute this s
I used jenkins Mask Password to mask the secret text and works good. BUT when trying to call this secret text from seperate method using return then it exposes
I have an AWS Lambda function which is running once everyday through a cron defined in my CloudFormation.yaml. The current cron is written as below. Events: St
I want to schedule a jenkins job when ever there is a new tag in the git repository, i know we can schedule every minute or hour or any time of the day using cr
We are using Bitbucket cloud to host our repos and Jenkins for CI/CD. I have setup a multibranch pipeline which has develop and release branches. I want to trig
I have Jenkins Master runnig on docker conatiner and Every time I need A slave to run my jobs a docker container spins up as a Jenkins slave and my script is e
I have an on-prem GitLab with a huge repository with many folders. I'm trying to create a freestyle Jenkins job that would only retrieve the folder from the rep
java.lang.IllegalStateException basedir does not exist. While packaging the application using maven
Below line in Jenkinsfile latestTagSHA1 = sh(returnStdout: true, script: "git rev-parse ${latestTag}^{commit}") results in script.sh: ^{commit}: not found error
I have added my AWS Access Key and AWS Secret Key in Jenkins using the AWS Credentials plugin. After that I added a new AWS Credentials param called AWSCRED in
I'm interested in setting up Jenkins to test and launch my applications on Nomad and am trying to connect the two using https://github.com/jenkinsci/nomad-plugi
I am testing out a thing in my feature branch. Currently I can't see the configure option in the feature branch to test this thing out by creating a timer. Only
I have set up a pipeline job in Jenkins which push changes to Bitbucket. This causes a new build trigger in Jenkins. How to avoid Jenkins job build if the commi
I am running jmeter test in non-gui mode in Jenkins pipeline. Below are ther versions: Jenkins agent java vaerion : 11 Jmeter version : 5.3 The command I run i
I'm running a Jenkins Job on multiple platforms selected manually at runtime. Having multi-select Active Choices Parameter named "Platforms" for the relevant no
This happened after I updated some plugins and added 'blue ocean' to our Jenkins. Every job we have is using a JenkinsFile to build and package our applications
Im still new to jenkins and kubernetes, I want to deploy a python app on my (minikube) kubernetes cluster. For that I have my Jenkins instance running inside my