Category "jenkins"

/dev/vda1 is full but cannot find why

I have a server running Centos 7. This is the result of df -h Filesystem Size Used Avail Use% Mounted on udev

Jenkins not finding powershell

I'm getting this error when I tried to run a Windows Powershell command in my biuld. I don't know how to add Powershell.exe to this? This was a plugin and I hav

How to add a JDBC driver to a Jenkins pipeline?

I want to create a database within a pipeline script to be used by the deployed app. But first I started testing the connection. I got this problem: java.sql.S

trigger jenkins build on tag creation with multibranch pipeline

I've got a stage in my Jenkinsfile for building from a tag matching a tag name filter: stage('Build Release from Tag') { when { tag '*R

Jenkins trigger Job on multiple branch changes

I want to build a Jenkins job when a change was done (merged) in multiple branches. What I tried was to configure "Source Code Management" with GIT, Branch Sp

Valgrind output

I have installed Valgrind on a Linux system and make this call: valgrind --tool=memcheck --leak-check=full --log-file=valgrindLog/%p --trace-children=yes --xml=

Jenkins multibranch pipeline won't prune deleted branches

We're currently having some trouble with the bitbucket branch source plugin used to handle a multibranch test job in one of our Jenkins instances (productive in

file parameter in declarative pipeline

I am developing declarative pipeline and want to use file parameter to read its content, but its not working as expected parameters{ file(fileLocation:

Executing Same Jenkins job by picking fail_skip xml once first execution is over

I am from QA automation and pretty new to jenkins, below is my case Process: I have a jenkins job which picks up a file criticalsuite.xml (testng) and triggers

How to see who modified global credentials in Jenkins

I have a Jenkins server with multiple users that are able to create and modify Global credentials. Is there any way I can audit and see who did what with the cr

Jenkins - How to trigger QA tests job build by changes on another git project

I know this is a frequent topic, but I couldn't find a straight-forward answer for my case. I just started with Jenkins, so I need help to achieve the setup des

Jenkins Slave - How to add or update ENVIRONMENT variables

Has anyone tried a way to add or update an ENVIRONMENT variable in a Jenkins slave's configuration using Jenkins Rest/API or any other way. Using Jenkins Swarm

I want Jenkins job to build every two weeks

Will this expression run the build every other Friday at noon? Assume i set this up on a Friday? 0 12 * * */14 I tried 0 12 * * FRI/14 but Jenkins returned an

Jenkins - How to handle checkbox in Active choice reactive reference parameter

I tried setting up active choice reactive reference parameter as given in the link : https://www.infracloud.io/blogs/render-jenkins-build-parameters-dynamically

How to change "default" Jenkins build status label on GitHub?

What do I have: Jenkins job (Freestyle Project). Job trigger is GitHub Pull Request Builder GitHub repository Webhook to trigger the Jenkins job What do I want:

How do I skip a Jenkins stage after executing some of its steps (like the when directive)?

How do I skip a Jenkins stage partway through its execution? It would be like using when after some steps or in the middle of a step, once the skip condition ha

[?1034hsh-4.2$ Cannot perform start session: EOF

Getting below error while connecting aws ec2 instance through SSM in jenkins. Starting session with SessionId: [?1034hsh-4.2$ Cannot perform start session: EOF

Artifactory test connection from jenkins gets failed with timed out

I'm using Jenkins Artifactory Plugin and I have this error: Error occured while requesting version information: connect to [myurl..:8081] failed: connection

jenkins, what does fingerprint artifacts means?

My understanding As far as I understood artifacts up to now, is that it was used to know if my project refers to an unfinished build task's artifacts. Problem

Change jenkins container deployment root path

I have pulled jenkins docker container to install on docker. It is working fine from functional perspectives. However, the URL to access jenkins is http://<h