From 2942be236f689fa09bb0547308023ce897b8e935 Mon Sep 17 00:00:00 2001 From: psycho Date: Thu, 13 Aug 2020 12:01:46 +0200 Subject: [PATCH] testing_11 11 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 319233f..c26959f 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', 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' //} }