commit | 83e4f29995b4e64ff33273c88b066d828b6cfd16 | [log] [tgz] |
---|---|---|
author | Fathi Boudra <fathi.boudra@linaro.org> | Fri Dec 04 22:33:40 2020 +0100 |
committer | Fathi Boudra <fathi.boudra@linaro.org> | Fri Dec 04 22:33:40 2020 +0100 |
tree | 27f01758ac1284705552b9259993655145cf3702 | |
parent | 95c7ecd562029d7ff23ec303ba281234831a0d57 [diff] [blame] |
Revert "Switch all platforms artifacts to use the new build system" This reverts commit 95c7ecd562029d7ff23ec303ba281234831a0d57.
diff --git a/jenkins/build-config.jpl b/jenkins/build-config.jpl index 579aa93..fccfad6 100644 --- a/jenkins/build-config.jpl +++ b/jenkins/build-config.jpl
@@ -98,6 +98,7 @@ sh "tf-m-ci-scripts/run-build.sh" } stage("Post") { + archiveArtifacts 'trusted-firmware-m/build/install/**' archiveArtifacts 'trusted-firmware-m/build/bin/**' } } catch (Exception e) {