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

Enable docker pipeline

parent e5b70ba5
No related branches found
No related tags found
1 merge request!64Enable docker pipeline
Pipeline #116108 failed
pipeline {
agent {
label 'docker-paas-agent'
docker { image 'harbor.cloud.infn.it/cicd/jenkins-paas-slave:latest' }
docker { image 'harbor.cloud.infn.it/cicd/jenkins-paas-slave:latest'
reuseNode true
}
}
environment {
......@@ -38,6 +39,7 @@ pipeline {
# Greenbone connection test
/var/lib/jenkins/.local/bin/gvm-cli --gmp-username $GMP_USER --gmp-password $GMP_PASSWORD tls --hostname 127.0.0.1 --xml "<get_version/>" > gvm.output
#/usr/local/bin/gvm-cli --gmp-username $GMP_USER --gmp-password $GMP_PASSWORD tls --hostname 127.0.0.1 --xml "<get_version/>" > gvm.output
if grep -q OK gvm.output
then
echo "gvm check: OK"
......
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