S
Size: a a a
S
Н
Caused by: java.io.IOException: SSH Build Agents plugin v1.31.2 failed to load.
- You must update Jenkins from v2.60.3 to v2.190.1 or later to run this plugin.
- Credentials Plugin v2.3.11 failed to load. Fix this plugin first.
S
By jenkins • Updated 2 hours ago
Н
E
withCredentials([kubeconfigContent(credentialsId: env.myownkubeconfig, variable: 'KUBECONFIG_CONTENT')]) {
E
S
DB
DB
DB
E
S
withCredentials([kubeconfigContent(credentialsId: env.myownkubeconfig, variable: 'KUBECONFIG_FILE')]) {
sh """
set -x
echo $myownkubeconfig
"""
S
E
withCredentials([kubeconfigContent(credentialsId: env.myownkubeconfig, variable: 'KUBECONFIG_FILE')]) {
sh """
set -x
echo $myownkubeconfig
"""
E
S
A
Traceback (most recent call last):
File "/usr/lib64/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib64/python3.6/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "/usr/local/bin/jenkins-metrics.py", line 29
print metrics[str(sys.argv[1])]
^
SyntaxError: invalid syntax
PK
Traceback (most recent call last):
File "/usr/lib64/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib64/python3.6/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "/usr/local/bin/jenkins-metrics.py", line 29
print metrics[str(sys.argv[1])]
^
SyntaxError: invalid syntax
E