testing_16

16
This commit is contained in:
psycho 2020-08-13 15:57:21 +02:00
parent fd3c4d1c3d
commit ee09ec5c49

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ node('test')
stage(stageName)
{
cleanWs()
sh label: 'checkout_configs', script: 'git clone ' + config_link + ' ' + config_folder
sh label: 'checkout_configs', script: 'git clone ' + config_link + ' ' + script_folder
sh label: 'checkout_openwrt', script: 'git clone ' + git_link + ' ' + git_folder
}