DB
Size: a a a
DB
D
РЗ
DP
Build Triggers
можно запускать скрипт. А сохранять можешь прям в сборке через archiveArtifacts
, выгрузить из предыдущей сборки можно примерно так:def pull_prev_report() {
copyArtifacts(projectName: currentBuild.projectName, selector: specific("${currentBuild.previousBuild.number}"), filter: 'report.json')
}
РЗ
E
Y
Y
КВ
Y
Y
Y
VD
19:41:53 [22.6MiB/184.99s] Failed to download oro/calendar-bundle from dist: curl error 28 while downloading https://codeload.github.com/oroinc/OroCalendarBundle/legacy.zip/02b399094bdabe39589b795f73e7e395267d91ce: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
Если указывать персональный токен, то все работает. AY
VD
AY
VD
dir('test_folder') {
// some block
}
DB
DB