From: Frank Brehm Date: Thu, 19 Apr 2018 13:35:44 +0000 (+0200) Subject: Extending executed shell script X-Git-Tag: 0.1.1~12 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=b874d30c57309dbb040c4f39407c9d2ddaeb3bfe;p=pixelpark%2Fcreate-vmware-tpl.git Extending executed shell script --- 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 {}