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
Okay, this is a bit convoluted but I've got a python script that digests a json file and prints a string representation of that file like so for id in pwds.keys
I am trying to set up jenkins pipeline for android app. we are not commiting the local.properties file on git server for security reasons. now the problem is th
I'm trying to make a jenkinsfile to compile c++ file through the shell however i'm having the following error: 1.scripts/Linux-Build.sh: 5: cmake: not found scr
I am trying to download contents of a folder from a minio s3 bucket. i am using the following command. I am able to download a specific file using # aws --endpo
I am getting the below error while deploying code to the aws lambda from jenkins pipeline through aws lambda updatefunctioncode command An error occurred (Acc
Am new and have problem while build jenkins on dockerfile in localhost. error: io.jenkins.plugins.casc.ConfiguratorException: No configurator for the following
Update: The problem seems to be quite different from what I initially thought. Information about this is at the bottom of the post. I've been having quite the s
I need to run a script on the Jenkins Script Console at each Jenkins server start-up. Is that any way to automate that?
I have setup a jenkins pipeline job which gets triggered whenever a new Pull request arrives on my github repository main branch (this job builds and run tests
I'm trying to copy files using scp command from jenkins (ci/cd). But i got permission denied error. If i'm trying manually from diffrent servers, its all done,
I can able to create the new issue in Jira using this ("JIRA Pipeline steps") plugin in the pipeline script. node { stage('JIRA') { def server = "cloudjir
I just simply want to pass the repo name cloud-nates in shared pipeline, so i've passed the parameter deployName from jenkinsfile to shared library. below is th
I have a Jenkins running as a docker container, now I want to build a Docker image using pipeline, but Jenkins container always tells Docker not found. [simple