From 37c94af38f1ec8abad69b09df088248b8460e2bd Mon Sep 17 00:00:00 2001 From: laskau Date: Fri, 26 Apr 2019 12:10:57 +0200 Subject: [PATCH] 14 --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 31373b8..6b79f7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,12 +20,10 @@ pipeline { stage('run script') { steps{ sh 'sh test.sh text.txt out.txt' - archiveArtifacts artifacts: 'output/*.txt', excludes: 'output/*.md' + archiveArtifacts artifacts: 'out.txt' } } - - } }