modified
parent
390406b128
commit
a0db4c9c06
|
|
@ -69,7 +69,7 @@
|
||||||
stage('Execute Script') {
|
stage('Execute Script') {
|
||||||
steps {
|
steps {
|
||||||
|
|
||||||
sh 'python3 generate.py DE-3'
|
sh "python3 generate.py ${params.INPUTFOLDER}"
|
||||||
|
|
||||||
|
|
||||||
//Only required once CN is not reachable from EMEA
|
//Only required once CN is not reachable from EMEA
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue