testing_05
05
This commit is contained in:
parent
aada8a5432
commit
f19f260509
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user