X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=releasenotes%2Fnotes%2Fsigul-signing-f9d7389354ad6b3a.yaml;fp=releasenotes%2Fnotes%2Fsigul-signing-f9d7389354ad6b3a.yaml;h=560ab30e54c0f85cdebf8b9548f4a6b077acc9d7;hb=67a293907edfcf3f4b7e2465f77b8cda40c0834f;hp=0000000000000000000000000000000000000000;hpb=b94a82bd078988fbfb58496cb1ac835d48e5ec6e;p=releng%2Fglobal-jjb.git diff --git a/releasenotes/notes/sigul-signing-f9d7389354ad6b3a.yaml b/releasenotes/notes/sigul-signing-f9d7389354ad6b3a.yaml new file mode 100644 index 00000000..560ab30e --- /dev/null +++ b/releasenotes/notes/sigul-signing-f9d7389354ad6b3a.yaml @@ -0,0 +1,38 @@ +--- +features: + - | + New macro ``lf-sigul-sign-dir`` available to sign artifacts in a provided + directory using Sigul. + + Usage: + + .. code-block:: yaml + + - lf-sigul-sign-dir: + sign-dir: '$WORKSPACE/m2repo' + + This macro also requires a boolean variable to ``SIGN_ARTIFACTS`` to be set + to true to activate the macro. We recommend the job-template that uses + this macro to define it in the job parameters section. + + Example: + + .. code-block:: yaml + + - bool: + name: SIGN_ARTIFACTS + default: '{sign-artifacts}' + description: Use Sigul to sign artifacts. + + - | + Add Sigul signing support to the maven-staging job. To activate Sigul + signing make sure to set ``sign-artifacts: true``. Example: + + .. code-block:: yaml + + - project: + name: abc + jobs: + - gerrit-maven-stage + + sign-artifacts: true