From 2dfe66a274c164e4509bffdfab859185a204edd0 Mon Sep 17 00:00:00 2001 From: psycho <psycho@psychobox.org> Date: Thu, 13 Aug 2020 11:54:17 +0200 Subject: [PATCH] testing_10 10 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8288ed6..319233f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,18 +58,18 @@ node('test') //step //{ 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 //{ 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' stage(stageName) { - cleanWs() + //cleanWs() } }