From 80ae6cb37531fcfa54759f447f70cebe9cf787ca Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 20 Mar 2020 21:17:53 +0700 Subject: [PATCH] test jenkins --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 01a5075..a8c0a59 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,10 +33,12 @@ pipeline { stage('LS') { steps { - sh 'ls -a' + sh "ls -a ./" + sh "ls -a ${ENV}" + sh "ls -a ./src/config" } } - + stage('Copy ENV files') { steps { sh "cp -a ${ENV} ./"