testing_10
10
This commit is contained in:
parent
e7e30bf95f
commit
2dfe66a274
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -58,18 +58,18 @@ node('test')
|
|||||||
//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: 'make -j13'
|
||||||
//}
|
//}
|
||||||
//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: 'make -j13'
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
stageName = 'clean'
|
stageName = 'clean'
|
||||||
stage(stageName)
|
stage(stageName)
|
||||||
{
|
{
|
||||||
cleanWs()
|
//cleanWs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user