]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Extending executed shell script
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Apr 2018 13:35:44 +0000 (15:35 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Apr 2018 13:35:44 +0000 (15:35 +0200)
create_vmware_template.groovy

index 471b5b83d8111cc917d963db80a1a2ac3d8ad589..19793af99d3f6b186500a7f477cd2f6dad50b640 100644 (file)
@@ -101,7 +101,6 @@ job("create-vmware-template") {
                 pruneBranches()
             }
             browser {
-                //stash("https://${gitServerUrl}/${group}/${projectName}")
                 gitLab {
                     repoUrl("https://${gitServerUrl}/${group}/${projectName}")
                     version('10.3')
@@ -112,17 +111,10 @@ job("create-vmware-template") {
 
     steps {
         shell(STEPS)
-        //virtualenv {
-        //    name('venv')
-        //    command('bin/create-vmware-template --help')
-        //    ignoreExitCode(false)
-        //    pythonName('System-CPython-3')
-        //}
     }
 
     wrappers {
         colorizeOutput()
-        timestamps()
     }
 
     publishers {}