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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Jenkinsfile +0 -7
  3. data/lib/chelsea/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9b9bb924bd0b4c64c8a62017536ae61b57ba35ad1c485c160b2dbdd0f1286ee
4
- data.tar.gz: 2737e9ae4d4600db64e5d75c47b163c8158b3246f48b1e4d45909b3d4dbc3646
3
+ metadata.gz: cbd9791c6d84eba929f5cd585061ce7183df3dcdb35c93ceb7561e38d04a11a4
4
+ data.tar.gz: 6ca291f6c9e3383b0b584def428033daa03593bd55a7b44e1ea9d51b3d324061
5
5
  SHA512:
6
- metadata.gz: 1c938993e660bb862a0c8b7792a96e677f79d8b519d6bdc02caf2b94860b5d03c3f70003a3b8ca6445ac0d96c5c49f93b6f9274b7047a557ddff60439c4e32a6
7
- data.tar.gz: f3ec168507492844982202fd814e000fe55cb5b53f5fe37a567a97d07755ae50d75455fe286220feedc400645b2ee47abeeed6c8f77d1b4158a094f921d525c9
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
  }
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Chelsea
20
- VERSION = '0.0.37'
20
+ VERSION = '0.0.38'
21
21
  end
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.37
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: 2023-12-18 00:00:00.000000000 Z
11
+ date: 2024-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler