From 019c9f85629773863ef27739eb818c7e3a1e22e9 Mon Sep 17 00:00:00 2001 From: DarkPete <piomic4@st.amu.edu.pl> Date: Fri, 26 Apr 2019 11:33:13 +0200 Subject: [PATCH] archive files --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 343ff97..3878549 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,8 @@ pipeline { checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s441471/s441471-mlworkshops']]]) sh 'chmod 755 ./script.sh' sh './script.sh' + //sh 'cat ' + archiveArtifacts 'output.txt' } } }