From 10fb042742a3529f1c2f69d2edd36b13bb19423c Mon Sep 17 00:00:00 2001 From: psycho Date: Tue, 11 Aug 2020 20:35:33 +0200 Subject: [PATCH] testing_02 02 --- Jenkinsfile | 2 +- configs/{TL-WR841/v11_config => tl_wr841_v11_config} | 0 configs/{TL-WR841/v12_config => tl_wr841_v12_config} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename configs/{TL-WR841/v11_config => tl_wr841_v11_config} (100%) rename configs/{TL-WR841/v12_config => tl_wr841_v12_config} (100%) diff --git a/Jenkinsfile b/Jenkinsfile index 48edee1..be5dbb5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ node('test') printDebug('FFUUCCKK') } - fs = listfiles(config_path) + fs = listfiles(pwd() + config_path) fs.each { println it diff --git a/configs/TL-WR841/v11_config b/configs/tl_wr841_v11_config similarity index 100% rename from configs/TL-WR841/v11_config rename to configs/tl_wr841_v11_config diff --git a/configs/TL-WR841/v12_config b/configs/tl_wr841_v12_config similarity index 100% rename from configs/TL-WR841/v12_config rename to configs/tl_wr841_v12_config