From 45c108071dd171f0f9c362cb85078bcbc1fd1384 Mon Sep 17 00:00:00 2001 From: s434766 Date: Fri, 26 Mar 2021 17:08:56 +0100 Subject: [PATCH] d --- copyArtiJenkins/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyArtiJenkins/Jenkinsfile b/copyArtiJenkins/Jenkinsfile index 6c6f77a..0bc2ec2 100644 --- a/copyArtiJenkins/Jenkinsfile +++ b/copyArtiJenkins/Jenkinsfile @@ -11,8 +11,8 @@ pipeline { } stage('sh: Shell Script') { steps { - sh 'chmod +x script2.sh' - sh './script2.sh' + sh 'chmod +x copyArtiJenkins/script2.sh' + sh './copyArtiJenkins/script2.sh' } } stage('archiveArtifacts') {