testing_11
11
This commit is contained in:
parent
2dfe66a274
commit
2942be236f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -58,12 +58,12 @@ node('test')
|
||||
//step
|
||||
//{
|
||||
sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v11_config openwrt/.config'
|
||||
sh label: 'build', script: 'make -j13'
|
||||
sh label: 'build', script: 'cd openwrt; make -j13'
|
||||
//}
|
||||
//step
|
||||
//{
|
||||
sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config'
|
||||
sh label: 'build_v12', script: 'make -j13'
|
||||
sh label: 'build_v12', script: 'cd openwrt; make -j13'
|
||||
//}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user