From a2f338c3778e5282f72c5d6a4db90ac1b1a9ea3f Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 20 Mar 2020 21:16:34 +0700 Subject: [PATCH] test jenkins --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 4503937..01a5075 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,6 +31,12 @@ pipeline { } } + stage('LS') { + steps { + sh 'ls -a' + } + } + stage('Copy ENV files') { steps { sh "cp -a ${ENV} ./"