From e7e30bf95f14d5056b24a8c9b965be19345f890c Mon Sep 17 00:00:00 2001 From: psycho Date: Tue, 11 Aug 2020 21:53:40 +0200 Subject: [PATCH] testing_09 09 --- Jenkinsfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2262a12..8288ed6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,16 +55,16 @@ node('test') stageName = 'build' stage(stageName) { - step - { - sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v11_config openwrt/.config' - sh label: 'build', script: 'echo v11' - } - step - { - sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config' - sh label: 'build_v12', script: 'echo v12' - } + //step + //{ + sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v11_config openwrt/.config' + sh label: 'build', script: 'echo v11' + //} + //step + //{ + sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config' + sh label: 'build_v12', script: 'echo v12' + //} } stageName = 'clean'