From 993d60fd88f2caf8723e6db2e23651db85a245c8 Mon Sep 17 00:00:00 2001 From: psycho Date: Tue, 11 Aug 2020 21:41:17 +0200 Subject: [PATCH] testing_08 08 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4c137f3..2262a12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,12 +55,12 @@ node('test') stageName = 'build' stage(stageName) { - step('v11') + step { sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v11_config openwrt/.config' sh label: 'build', script: 'echo v11' } - step('v12') + step { sh label: 'copy_config', script: 'cp owrt_build_script/configs/tl_wr841_v12_config openwrt/.config' sh label: 'build_v12', script: 'echo v12'