Ver Fonte

DOn't be fancy

Fred Damstra (k8s1) há 2 anos atrás
pai
commit
86eb9053ef
1 ficheiros alterados com 0 adições e 5 exclusões
  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
-                    '''
                 }
             }
         }