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

Merge branch 'debug_paas_ci' into 'main'

Enable docker pipeline

See merge request !64
parents d39ef681 e5485e8f
No related branches found
No related tags found
1 merge request!64Enable docker pipeline
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