소스 검색

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}