chelsea 0.0.37 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Jenkinsfile +0 -7
- data/lib/chelsea/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbd9791c6d84eba929f5cd585061ce7183df3dcdb35c93ceb7561e38d04a11a4
|
|
4
|
+
data.tar.gz: 6ca291f6c9e3383b0b584def428033daa03593bd55a7b44e1ea9d51b3d324061
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bee2eb97baade4530411d801021143494f7d57ccc994c36dc6fb071ed699b479d9d4ae1fa1a082dd3a23d5bf4cb11ccb9383447765e2ccb46332c8eda3eab24
|
|
7
|
+
data.tar.gz: 196f5347f05ab3e6cf235d034991df35c53004a0c6554c595799eb7588dff8082eeefd0fde9d3265cccc2932d0adae1dfad4f9abaea5017b63c67577f3da69b2
|
data/Jenkinsfile
CHANGED
|
@@ -17,9 +17,6 @@
|
|
|
17
17
|
@Library(['private-pipeline-library', 'jenkins-shared']) _
|
|
18
18
|
|
|
19
19
|
dockerizedBuildPipeline(
|
|
20
|
-
prepare: {
|
|
21
|
-
githubStatusUpdate('pending')
|
|
22
|
-
},
|
|
23
20
|
buildAndTest: {
|
|
24
21
|
sh '''
|
|
25
22
|
bundle exec rspec --format progress --format RspecJunitFormatter --out test_results/rspec.xml
|
|
@@ -38,11 +35,7 @@ dockerizedBuildPipeline(
|
|
|
38
35
|
})
|
|
39
36
|
},
|
|
40
37
|
testResults: [ 'test_results/rspec.xml' ],
|
|
41
|
-
onSuccess: {
|
|
42
|
-
githubStatusUpdate('success')
|
|
43
|
-
},
|
|
44
38
|
onFailure: {
|
|
45
|
-
githubStatusUpdate('failure')
|
|
46
39
|
notifyChat(currentBuild: currentBuild, env: env, room: 'community-oss-fun')
|
|
47
40
|
sendEmailNotification(currentBuild, env, [], 'community-group@sonatype.com')
|
|
48
41
|
}
|
data/lib/chelsea/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chelsea
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.38
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allister Beharry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|