Category "jenkins"

Is there additional setup for connecting Nomad and Jenkins?

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

How to schedule a Jenkins Job in a feature branch?

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

Jenkins Bitbucket Webhook infinite build loop issue

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

Null pointer exception in Jmeter report generation in Jenkins pipeline

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

How to run multiple agents (given on runtime) simultaneously with Jenkins Declarative Pipeline?

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

Why does Jenkins creates a subfolder within the workspace@script folder to checkout git code instead of the workspace@script itself?

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

Jenkins pipeline to deploy on Kubernetes

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

Keeping quotes from std out for passing to bash

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

include local.properties file in android jenkins build

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

compile c++ through shell with jenkins

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

How do i download files from a minio s3 bucket using curl

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

An error occurred (AccessDeniedException) when calling the UpdateFunctionCode operation

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

Jenkins jenkins.plugins.casc.ConfiguratorException

Am new and have problem while build jenkins on dockerfile in localhost. error: io.jenkins.plugins.casc.ConfiguratorException: No configurator for the following

Running Pythonscript over SSH from a Jenkinsagent doesn't start the script

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

How to run a Jenkins Startup Script

I need to run a script on the Jenkins Script Console at each Jenkins server start-up. Is that any way to automate that?

How can we trigger a parameterised jenkins release job manually (it takes Pull request ID) only if Pull request build job was successful?

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

Jenkins : Permission denied (publickey,password)

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,

How to create a new JIRA issue when jenkins job failed

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

Pass parameters to Jenkins shared library

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

Docker not found when building docker image using Docker Jenkins container pipeline

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