Browse Source

Update Jenkinsfile

creylopez 10 months ago
parent
commit
b6c8c1ce33
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Jenkinsfile

+ 0 - 6
Jenkinsfile

@@ -26,12 +26,6 @@ pipeline {
   }
   
   stages {
-    stage ('Añadir ip del cluster okd') {
-      steps {
-        sh 'echo "192.168.1.116 api.ocp-cluster.reymota.lab" | tee -a /etc/hosts'
-      }
-
-    }
     stage('Crea las PVC') {
       when {
         expression { params.claims}