Skip to content

Commit

Permalink
Update jenkinsfile with slosilo new path and slosilo changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenys authored and sofiadimant1 committed Aug 7, 2023
1 parent a465858 commit d5a4ecf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
)
Expand Down Expand Up @@ -893,10 +894,12 @@ pipeline {
spec/reports/*.xml,
spec/reports-audit/*.xml,
gems/conjur-rack/spec/reports/*.xml,
gems/slosilo/spec/reports/*.xml
cucumber/*/features/reports/**/*.xml,
ee-test/spec/reports/*.xml,
ee-test/spec/reports-audit/*.xml,
ee-test/gems/conjur-rack/spec/reports/*.xml,
ee-test/gems/slosilo/spec/reports/*.xml,
ee-test/cucumber/*/features/reports/**/*.xml
'''
)
Expand Down Expand Up @@ -1091,6 +1094,11 @@ def conjurTests() {
"Rack - ${env.STAGE_NAME}": {
sh 'cd gems/conjur-rack && ./test.sh'
}
],
"slosilo": [
"Slosilo - ${env.STAGE_NAME}": {
sh 'cd gems/slosilo && ./test.sh'
}
]
]
}
Expand Down
3 changes: 3 additions & 0 deletions gems/slosilo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d5a4ecf

Please sign in to comment.