CI Docs: Archive Docs in Original Path
TF-M has tranferred to new build system.
Docs path is also different from the old one.
To keep the same url to generated docs,
which is needed by trustedfirmware.org,
docs path needs to be same to the old one.
So generated docs should be archived in original path.
Change-Id: I5ee710a8e3e1e5217af2e2a04e5f407757ec672b
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
diff --git a/jenkins/build-docs.jpl b/jenkins/build-docs.jpl
index e307794..78654b2 100644
--- a/jenkins/build-docs.jpl
+++ b/jenkins/build-docs.jpl
@@ -77,6 +77,7 @@
sh "tf-m-ci-scripts/build-docs.sh"
}
stage("Post") {
+ archiveArtifacts 'trusted-firmware-m/build/install/**'
archiveArtifacts 'trusted-firmware-m/build/docs/**'
}
} catch (Exception e) {