Код: Выделить всё
workflow my_script{
parallel {
python bin/script.py config/file1.txt
python bin/script.py config/file2.txt
python bin/script.py config/file3.txt
python bin/script.py config/file4.txt
python bin/script.py config/file5.txt
python bin/script.py config/file6.txt
python bin/script.py config/file7.txt
python bin/script.py config/file8.txt
} }
Вызов рабочего процесса подразумевает изменение каталога? Я не понимаю, почему он не запускается в рабочем каталоге.
Подробнее здесь: https://stackoverflow.com/questions/646 ... el-section
Мобильная версия