Explorar el Código

push du node-exporter

DESKTOP-SMCIPAV\falko hace 5 meses
padre
commit
eb95a8b13f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -95,7 +95,7 @@ pipeline {
             steps {
                 script {
                    def registryUrl = 'nexus.foodgame.fr:8123'
-                   def imageName = 'workflow_jenkins_1'
+                   def imageName = 'quay.io/prometheus/node-exporter'
                    def imageVersion = 'latest'
                     
                     docker.withRegistry("https://${registryUrl}", 'nexus') {