From b874d30c57309dbb040c4f39407c9d2ddaeb3bfe Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 19 Apr 2018 15:35:44 +0200 Subject: [PATCH] Extending executed shell script --- create_vmware_template.groovy | 8 -------- 1 file changed, 8 deletions(-) diff --git a/create_vmware_template.groovy b/create_vmware_template.groovy index 471b5b8..19793af 100644 --- a/create_vmware_template.groovy +++ b/create_vmware_template.groovy @@ -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 {} -- 2.39.5