I have a server running Centos 7. This is the result of df -h Filesystem Size Used Avail Use% Mounted on udev
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
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
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
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
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=
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
I am developing declarative pipeline and want to use file parameter to read its content, but its not working as expected parameters{ file(fileLocation:
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
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
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
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
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
I tried setting up active choice reactive reference parameter as given in the link : https://www.infracloud.io/blogs/render-jenkins-build-parameters-dynamically
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 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
Getting below error while connecting aws ec2 instance through SSM in jenkins. Starting session with SessionId: [?1034hsh-4.2$ Cannot perform start session: EOF
I'm using Jenkins Artifactory Plugin and I have this error: Error occured while requesting version information: connect to [myurl..:8081] failed: connection
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
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