Explorar el Código

DOn't be fancy

Fred Damstra (k8s1) hace 2 años
padre
commit
86eb9053ef
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      Jenkinsfile

+ 0 - 5
Jenkinsfile

@@ -11,11 +11,6 @@ podTemplate(containers: [
                     sh '''
                     echo "Hello! I am executing shell"
                     '''
-                },
-                stage('Show me a version') {
-                    sh '''
-                    python --version
-                    '''
                 }
             }
         }