Browse Source

DOn't be fancy

Fred Damstra (k8s1) 2 năm trước cách đây
mục cha
commit
86eb9053ef
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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
-                    '''
                 }
             }
         }