]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Changing steps in create_vmware_template.groovy
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Apr 2018 12:24:12 +0000 (14:24 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Apr 2018 12:24:12 +0000 (14:24 +0200)
create_vmware_template.groovy

index 14a4b3a604eff007ca40365f8c72e1542ecd0fbf..3ed35164e82d42809a66c38fa92f7d3282f4599d 100644 (file)
@@ -84,13 +84,13 @@ job("create-vmware-template") {
     }
 
     steps {
-        //shell(STEPS)
-        virtualenv {
-            name('venv')
-            command('bin/create-vmware-template --help')
-            ignoreExitCode(false)
-            pythonName('System-CPython-3')
-        }
+        shell(STEPS)
+        //virtualenv {
+        //    name('venv')
+        //    command('bin/create-vmware-template --help')
+        //    ignoreExitCode(false)
+        //    pythonName('System-CPython-3')
+        //}
     }
 
     wrappers {