瀏覽代碼

Update Jenkinsfile

creylopez 10 月之前
父節點
當前提交
b6c8c1ce33
共有 1 個文件被更改,包括 0 次插入6 次删除
  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}