@toptal/davinci-ci 1.13.3-alpha-fx-2156-improve-build-performance.1303 → 1.13.3-alpha-fx-2202-fix-skeleton-api.1324

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "1.13.3-alpha-fx-2156-improve-build-performance.1303+36acccf",
3
+ "version": "1.13.3-alpha-fx-2202-fix-skeleton-api.1324+c3f7d24",
4
4
  "description": "Continuos integrations tools for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@commitlint/cli": "^12.1.4",
34
34
  "@commitlint/config-conventional": "^12.1.4",
35
- "@toptal/davinci-cli-shared": "1.4.2-alpha-fx-2156-improve-build-performance.1303+36acccf",
35
+ "@toptal/davinci-cli-shared": "1.4.2-alpha-fx-2202-fix-skeleton-api.1324+c3f7d24",
36
36
  "danger": "^10.6.4",
37
37
  "markdown-table": "^2.0.0"
38
38
  },
39
- "gitHead": "36acccf27c21a8a7281e3d07d866b470c80efd29"
39
+ "gitHead": "c3f7d2480d613d77281383a8b2493f76fbdf6f19"
40
40
  }
@@ -76,6 +76,10 @@ pipeline {
76
76
  }
77
77
 
78
78
  post {
79
+ always{
80
+ sendBuildData(currentBuild)
81
+ }
82
+
79
83
  success {
80
84
  script {
81
85
  if (notificationType == 'github') {
@@ -173,6 +173,10 @@ pipeline {
173
173
  } //stages
174
174
 
175
175
  post {
176
+ always{
177
+ sendBuildData(currentBuild)
178
+ }
179
+
176
180
  failure {
177
181
  script {
178
182
  slackSend color: 'danger',