Quantcast
Channel: Jenkins Archives - Java Code Geeks
Viewing all articles
Browse latest Browse all 39

Checking for Artifactory in a Jenkins Pipeline

$
0
0
One of my projects uses the Artifactory as the repository manager. Unfortunately when doing a Jenkins pipeline build, I sometimes forget to ensure the Artifactory server is up first and find the job has failed after running for a while. I’ve added some script to my Jenkinsfile that will check for the Artifactory server early ...

Viewing all articles
Browse latest Browse all 39

Trending Articles