Skip to content
Snippets Groups Projects
Commit 947de1ff authored by Thibault's avatar Thibault
Browse files

tentative remplacement ip par nom

parent efff09ab
No related branches found
No related tags found
No related merge requests found
......@@ -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'){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment