From a7136254a1ada23f8831781b047d21a227550c1f Mon Sep 17 00:00:00 2001 From: psycho Date: Thu, 13 Aug 2020 13:02:52 +0200 Subject: [PATCH] testing_13 13 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index feb8847..6755c62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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_v11', script: 'cd openwrt; make oldconfig; make -j13' + sh label: 'build_v11', script: 'cd openwrt; make oldconfig; make -j13 V=s' //} //step //{ - sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config' - sh label: 'build_v12', script: 'cd openwrt; make oldconfig; make -j13' + //sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config' + //sh label: 'build_v12', script: 'cd openwrt; make oldconfig; make -j13' //} }