DORSETRIGS
Home

jenkins (260 post)


posts by category not found!

How to run a PowerShell script as a job in Jenkins

How to Run a Power Shell Script as a Job in Jenkins Running a Power Shell script as a job in Jenkins can streamline your automation processes whether its deploy

3 min read 08-10-2024 39
How to run a PowerShell script as a job in Jenkins
How to run a PowerShell script as a job in Jenkins

Jenkins giving error while cloning from gitHub

Troubleshooting Jenkins Git Hub Clone Errors A Comprehensive Guide Jenkins is a powerful automation server that helps in continuous integration and continuous d

2 min read 08-10-2024 26
Jenkins giving error while cloning from gitHub
Jenkins giving error while cloning from gitHub

Build step 'Publish JUnit test result report' changed build result to FAILURE

Understanding the Build Step Publish J Unit Test Result Report and Its Impact on Build Failure In the realm of software development automated testing plays a cr

3 min read 07-10-2024 27
Build step 'Publish JUnit test result report' changed build result to FAILURE
Build step 'Publish JUnit test result report' changed build result to FAILURE

Deleting Jenkins jobs through GUI does not delete their workspaces in slaves

The Ghost of Jobs Past Why Deleting Jenkins Jobs Doesnt Always Clean Up After Itself Have you ever deleted a Jenkins job only to find its workspace lingering on

2 min read 07-10-2024 28
Deleting Jenkins jobs through GUI does not delete their workspaces in slaves
Deleting Jenkins jobs through GUI does not delete their workspaces in slaves

Protractor is not recognized as an internal or external command, operable program or batch file

Protractor is not recognized Troubleshooting Your Angular Testing Setup Have you ever encountered the frustrating error message Protractor is not recognized as

2 min read 07-10-2024 32
Protractor is not recognized as an internal or external command, operable program or batch file
Protractor is not recognized as an internal or external command, operable program or batch file

Maven Compilation Issue: The system is out of resources

Maven Compilation Issue The system is out of resources Unraveling the Mystery Scenario You re diligently working on your Java project using Maven for dependency

3 min read 07-10-2024 37
Maven Compilation Issue: The system is out of resources
Maven Compilation Issue: The system is out of resources

Jenkins: trending graph for build step time

Visualizing Build Performance Creating a Trending Graph for Jenkins Build Step Times Problem Understanding how the duration of specific build steps changes over

2 min read 07-10-2024 29
Jenkins: trending graph for build step time
Jenkins: trending graph for build step time

How can I change the docker id and name

Changing Your Docker ID and Name A Step by Step Guide Problem You ve started using Docker and have a Docker ID and username you d like to change Maybe you made

less than a minute read 07-10-2024 37
How can I change the docker id and name
How can I change the docker id and name

Git + Jenkins - build on main master branch throws "fatal: reference is not a tree"

Git Jenkins fatal reference is not a tree Error on Master Branch Build Have you encountered the frustrating fatal reference is not a tree error when building yo

2 min read 07-10-2024 28
Git + Jenkins - build on main master branch throws "fatal: reference is not a tree"
Git + Jenkins - build on main master branch throws "fatal: reference is not a tree"

How can I test a change made to Jenkinsfile locally?

Testing Jenkinsfile Changes Locally A Developers Guide Tired of deploying to your CI CD pipeline just to test a small Jenkinsfile change You re not alone Many d

2 min read 07-10-2024 27
How can I test a change made to Jenkinsfile locally?
How can I test a change made to Jenkinsfile locally?

How to unlock system keychain in OS X using terminal

Unlocking Your System Keychain in OS X A Guide for the Terminal Savvy The System Keychain in OS X is a secure vault where your passwords certificates and other

2 min read 07-10-2024 32
How to unlock system keychain in OS X using terminal
How to unlock system keychain in OS X using terminal

How to list all `env` properties within jenkins pipeline job?

Unveiling Your Jenkins Pipeline Environment A Guide to Listing env Properties Navigating the complex world of Jenkins pipelines can sometimes feel like decipher

2 min read 07-10-2024 34
How to list all `env` properties within jenkins pipeline job?
How to list all `env` properties within jenkins pipeline job?

Configure Maven installation in Jenkins per individual job

Configuring Maven for Individual Jenkins Jobs A Step by Step Guide Problem You have a Jenkins pipeline that needs to utilize Maven for building and deploying yo

2 min read 07-10-2024 22
Configure Maven installation in Jenkins per individual job
Configure Maven installation in Jenkins per individual job

How to trigger jenkins build upon bitbucket pull request merged

Automating Your CI CD Pipeline Triggering Jenkins Builds on Bitbucket Pull Request Merges In the fast paced world of software development automating your build

2 min read 07-10-2024 25
How to trigger jenkins build upon bitbucket pull request merged
How to trigger jenkins build upon bitbucket pull request merged

How to configure pom.xml file to use Nexus Repository manager

Streamlining Your Maven Dependencies with Nexus Repository Manager Tired of slow builds and dependency conflicts Mavens ability to manage dependencies is a powe

2 min read 07-10-2024 38
How to configure pom.xml file to use Nexus Repository manager
How to configure pom.xml file to use Nexus Repository manager

Jenkins - How to get and use upstream info in downstream

Jenkins Passing Upstream Information Downstream Jenkins is a powerful automation server widely used for continuous integration and continuous delivery CI CD One

2 min read 07-10-2024 27
Jenkins - How to get and use upstream info in downstream
Jenkins - How to get and use upstream info in downstream

How do you label flaky tests using junit?

Taming the Flaky Tests Labeling for Better Control with J Unit Flaky tests those unreliable creatures that sometimes pass sometimes fail are the bane of any dev

2 min read 07-10-2024 31
How do you label flaky tests using junit?
How do you label flaky tests using junit?

Jenkins Pipeline (Workflow) Stage View disappears

Jenkins Pipeline Stage View Disappears Troubleshooting and Solutions Problem You re working with Jenkins Pipeline and suddenly the beautiful stage view showing

2 min read 07-10-2024 27
Jenkins Pipeline (Workflow) Stage View disappears
Jenkins Pipeline (Workflow) Stage View disappears

Jenkins pipeline job, use all nodes of a given label before locking

Mastering Node Allocation in Jenkins Pipelines Ensuring Efficient Job Distribution Problem You have a Jenkins pipeline that requires multiple nodes with a speci

2 min read 07-10-2024 45
Jenkins pipeline job, use all nodes of a given label before locking
Jenkins pipeline job, use all nodes of a given label before locking

Jenkins execute shell not able to find gradle commands

Jenkins Gradle Commands Not Found in Shell Execution A Comprehensive Guide Problem You re using Jenkins to build your project with Gradle but your shell script

3 min read 07-10-2024 52
Jenkins execute shell not able to find gradle commands
Jenkins execute shell not able to find gradle commands

Why does Jenkins say "This Jenkins instance appears to be offline"

Why Does Jenkins Say This Jenkins Instance Appears to Be Offline Problem You re trying to access your Jenkins dashboard but instead of the familiar interface yo

2 min read 07-10-2024 49
Why does Jenkins say "This Jenkins instance appears to be offline"
Why does Jenkins say "This Jenkins instance appears to be offline"

difference between freestyle project and pipeline in jenkins

Freestyle vs Pipeline Choosing the Right Jenkins Workflow for Your Needs Jenkins the open source automation server offers a powerful toolkit for building testin

2 min read 07-10-2024 56
difference between freestyle project and pipeline in jenkins
difference between freestyle project and pipeline in jenkins

How to force conda to link to system libraries?

Breaking Down Condas Library Walls Linking to System Libraries Conda the powerful package manager for Python often creates its own isolated environments keeping

2 min read 07-10-2024 53
How to force conda to link to system libraries?
How to force conda to link to system libraries?

Jenkins login error

Jenkins Login Errors Troubleshooting Guide Problem You re trying to log in to your Jenkins instance but you re encountering an error This can be frustrating esp

2 min read 07-10-2024 46
Jenkins login error
Jenkins login error

Is it possible to run a jenkinsfile from a freestyle project

Can You Run a Jenkinsfile from a Freestyle Project The Short Answer No you cant directly run a Jenkinsfile within a freestyle project Lets Explain Freestyle pro

2 min read 06-10-2024 50
Is it possible to run a jenkinsfile from a freestyle project
Is it possible to run a jenkinsfile from a freestyle project