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