This commit is contained in:
Tomasz Łysiak 2019-04-26 11:38:25 +02:00
parent ca8a0a886d
commit 816d4f2f16

2
Jenkinsfile vendored
View File

@ -10,8 +10,10 @@ pipeline {
} }
sh 'git checkout' sh 'git checkout'
sh 'python3 script.py' sh 'python3 script.py'
publishers {
archiveArtifacts('build/test-output/**/*.html') archiveArtifacts('build/test-output/**/*.html')
} }
} }
} }
} }
}