From f51b6ce12affc61404d43e6f2e167394afe36561 Mon Sep 17 00:00:00 2001 From: evgenys Date: Wed, 21 Jun 2023 17:35:05 +0300 Subject: [PATCH] Update jenkinsfile with slosilo new path and slosilo changelog --- Jenkinsfile | 1 + gems/slosilo/CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 90af3524c5..2255f43081 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -333,6 +333,7 @@ pipeline { spec/reports/*.xml, spec/reports-audit/*.xml, gems/conjur-rack/spec/reports/*.xml, + gems/slosilo/spec/reports/*.xml, cucumber/*/features/reports/**/*.xml ''' ) diff --git a/gems/slosilo/CHANGELOG.md b/gems/slosilo/CHANGELOG.md index d287dc93f5..1f9ffbe917 100644 --- a/gems/slosilo/CHANGELOG.md +++ b/gems/slosilo/CHANGELOG.md @@ -1,3 +1,6 @@ +**This Gem has been moved into Conjur. All Slosilo Changelog entries should +appear in the main Changelog.** + # v3.0.1 * The symmetric cipher class now encrypts and decrypts in a thread-safe manner.