From 87445a50b78efb512861556b5f76519e651b6f12 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Tue, 21 Apr 2020 22:14:59 +0200 Subject: [PATCH] guyguy --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 274e837..bcfeef4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,8 @@ pipeline { } stage('countLines') { steps { - sh 'chmod 777 ./countlines.sh' - sh './countlines.sh' + sh 'chmod 777 ./script.sh' + sh './script.sh' } } stage('archiveArtifacts') {