testing_05

05
This commit is contained in:
psycho 2020-08-11 21:23:50 +02:00
parent aada8a5432
commit f19f260509

4
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@
def debug = false
def stageName = ''
def git_link
def config_link = 'https://git.psychobox.org/psycho/owrt_build_script.git'
def config_path = ''
@ -36,7 +37,8 @@ node('test')
stageName = 'checkout'
stage(stageName)
{
sh label: 'checkout_git', script: 'git clone ' + git_link + ' openwrt; cd openwrt'
sh label: 'checkout_configs', script: 'git clone ' + config_link + ' owrt_build_script'
sh label: 'checkout_openwrt', script: 'git clone ' + git_link + ' openwrt; cd openwrt'
}
stageName = 'pre-build'