testing_08
08
This commit is contained in:
parent
af76183543
commit
993d60fd88
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -55,12 +55,12 @@ node('test')
|
||||
stageName = 'build'
|
||||
stage(stageName)
|
||||
{
|
||||
step('v11')
|
||||
step
|
||||
{
|
||||
sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v11_config openwrt/.config'
|
||||
sh label: 'build', script: 'echo v11'
|
||||
}
|
||||
step('v12')
|
||||
step
|
||||
{
|
||||
sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config'
|
||||
sh label: 'build_v12', script: 'echo v12'
|
||||
|
Loading…
Reference in New Issue
Block a user