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

4
Jenkinsfile vendored
View File

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