Skip to content
Snippets Groups Projects
Commit 6bee0371 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Added greenbone check

parent 08d8a951
No related branches found
No related tags found
1 merge request!39Added greenbone check
...@@ -14,7 +14,7 @@ pipeline { ...@@ -14,7 +14,7 @@ pipeline {
oidc-add infn-cloud-ops oidc-add infn-cloud-ops
env env
# Orchent connection test # Orchent connection test
orchent depls > depls.output orchent depls > depls.output
if cat depls.output | grep -q ERROR if cat depls.output | grep -q ERROR
...@@ -27,7 +27,7 @@ pipeline { ...@@ -27,7 +27,7 @@ pipeline {
fi fi
# Greenbone connection test # Greenbone connection test
/usr/local/bin/gvm-cli --gmp-username $GMP_USERNAME --gmp-password $GMP_PASSWD tls --hostname $HOST_IP --xml "<get_version/>" /var/lib/jenkins/.local/bin/gvm-cli --gmp-username $GMP_USERNAME --gmp-password $GMP_PASSWD tls --hostname $HOST_IP --xml "<get_version/>"
''' '''
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment