Дженкинс активный выбор не может получить доступ к моему сайту - PullRequest
0 голосов
/ 03 сентября 2018

Jenkins Active Choice не может получить доступ к моему сайту? Я отлаживаю код на Scriptler в порядке, но на Active Choice нет, и я знаю, что device_type = ['curl', 'http://localhost:8000/submitinfos/infos/getdevicets/?hostname=master'].execute().text.readLines() не в порядке, потому что я добавляю 'return [' 123 ',' 321 ']' до device_type = ['curl', 'http://localhost:8000/submitinfos/infos/getdevicets/?hostname=master'].execute().text.readLines() Active Choice все в порядке. «

device_type = ['curl', 'http://localhost:8000/submitinfos/infos/getdevicets/?hostname=master'].execute().text.readLines()

def slurper = new groovy.json.JsonSlurper () def device_types = slurper.parseText (device_type)

return device_types ['device_type']

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...