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
But when even I didn't set the configuration also it is trying to install the latest client and getting failed even the latest plastic client is installed in the node
I tried the cm version command by myself it is printing the result but the plugin is still unable to find it.
In nodes the download is getting failed due to the proxy server doesn't allow the installation. so, the pipeline is getting failed due to this.
The Command I have used is as very old one scmVars = cm (branch: "${Branch_Name}", changeset: "${Change_set}", cleanup: 'DELETE', repository: "${Repo_Name}", server: "${Plastic_Server}:${Plastic_Port}")
(which should use the existing configuration and system client path)
I am also facing this in the Linux OS too.
Expected Results
C:\h\w>cm version
11.0.16.7303
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] cm
Checking whether tool 'Default' exists in path 'cm'...
$ cm version
11.0.16.7303
Plastic SCM tool is found in system.
Executing cmd /Q script inside container auto of pod test-20-v8zgp-l7vng-0x0fn
Microsoft Windows [Version 10.0.17763.3287]
(c) 2018 Microsoft Corporation. All rights reserved.
Actual Results
C:\h\w>cm version
11.0.16.7303
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] cm
Checking whether tool 'Default' exists in path 'cm'...
$ cm version
Plastic SCM tool not found in system at 'cm': Cannot run program "cm": CreateProcess error=2, The system cannot find the file specified
Unpacking https://www.plasticscm.com/download/clientbundle/latest/client-windows.zip to /h/tools/plasticscm-cli/Default on test-20-v8zgp-l7vng-0x0fn
Executing cmd /Q script inside container auto of pod test-20-v8zgp-l7vng-0x0fn
Microsoft Windows [Version 10.0.17763.3287]
(c) 2018 Microsoft Corporation. All rights reserved.
Anything else?
PLease fix this issue to make the plugin to find the tool.
I am also facing this in the Linux OS too.
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Windows 10 (Latest) (PC | Kubernates)
Ubuntu (Latest) (Kubernates)
Reproduction steps
cm version
command by myself it is printing the result but the plugin is still unable to find it.scmVars = cm (branch: "${Branch_Name}", changeset: "${Change_set}", cleanup: 'DELETE', repository: "${Repo_Name}", server: "${Plastic_Server}:${Plastic_Port}")
(which should use the existing configuration and system client path)
Expected Results
Actual Results
Anything else?
PLease fix this issue to make the plugin to find the tool.
I am also facing this in the Linux OS too.
The text was updated successfully, but these errors were encountered: