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
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