diff --git a/Jenkinsfile b/Jenkinsfile index 02a09ce7f0d29a4e0b251591f706e9ba97e315d2..43e66606e6126abdadb528ef4eac3aeb56725993 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ node{ stage('Scan Clair'){ sh ''' - ./clair-scanner --report="rapportClair" --ip="172.20.0.5" --clair="http://172.20.0.6:6060" debian:buster || exit 0 + ./clair-scanner --report="rapportClair" --ip=jenkins-blueocean --clair="http://clair-local-scan:6060" debian:buster || exit 0 ''' } stage('Push on repo nexus'){