You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jenkins home directory for Azure Linux VMs is /home/adoptopenjdk, instead of /home/jenkins, this results in plugin tools like "jfrog-cli" not being found as the jenkins pipeline searches /home/jenkins/tools which does not exist...?
The text was updated successfully, but these errors were encountered:
andrew-m-leonard
changed the title
Azure Linux VMs "jenkins" home directory is "adoptopenjdk"
Azure Linux VMs cannot run jfrog-cli as "jenkins" home directory is "adoptopenjdk"
Oct 29, 2024
Temporarily disabled the ci.adoptium.net Azure Cloud Linux-build agent, by changing dockerBuild tag to XdockerBuild
This is to allow the installer job to run successfully on the 1 static dockerBuild node.
When working with the Jenkins Artifactory plugin, be sure to choose either scripted or declarative. In other words, do not use declarative and scripted steps within a single pipeline. This will not work.
The jfrog-cli Declarative tools definition sets up the pipeline environment for the agent the top-level pipeline runs on, the pipeline then switches to "scripted" mode and switches context using node(), the jfrog-cli will then not necessarily work in that context.
The jenkins home directory for Azure Linux VMs is /home/adoptopenjdk, instead of /home/jenkins, this results in plugin tools like "jfrog-cli" not being found as the jenkins pipeline searches /home/jenkins/tools which does not exist...?
The text was updated successfully, but these errors were encountered: