Actions
Bug #24163
closedgulp-sass missing for datasources
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
It breaks CI with message:
[2024-02-07T18:06:44.400Z] Error: Cannot find module 'gulp-sass' [2024-02-07T18:06:44.400Z] Require stack: [2024-02-07T18:06:44.400Z] - /srv/****/workspace/rudder-plugins_master/datasources/src/main/gulpfile.js [2024-02-07T18:06:44.400Z] - /srv/****/workspace/rudder-plugins_master/datasources/src/main/node_modules/gulp-cli/lib/shared/require-or-import.js [2024-02-07T18:06:44.400Z] - /srv/****/workspace/rudder-plugins_master/datasources/src/main/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js [2024-02-07T18:06:44.400Z] - /srv/****/workspace/rudder-plugins_master/datasources/src/main/node_modules/gulp-cli/index.js [2024-02-07T18:06:44.400Z] - /srv/****/workspace/rudder-plugins_master/datasources/src/main/node_modules/gulp/bin/gulp.js [2024-02-07T18:06:44.400Z] at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15) [2024-02-07T18:06:44.401Z] at Module._load (node:internal/modules/cjs/loader:975:27) [2024-02-07T18:06:44.401Z] at Module.require (node:internal/modules/cjs/loader:1225:19) [2024-02-07T18:06:44.401Z] at require (node:internal/modules/helpers:177:18) [2024-02-07T18:06:44.401Z] at Object.<anonymous> (/srv/****/workspace/rudder-plugins_master/datasources/src/main/gulpfile.js:12:14) [2024-02-07T18:06:44.401Z] at Module._compile (node:internal/modules/cjs/loader:1356:14) [2024-02-07T18:06:44.401Z] at Module._extensions..js (node:internal/modules/cjs/loader:1414:10) [2024-02-07T18:06:44.401Z] at Module.load (node:internal/modules/cjs/loader:1197:32) [2024-02-07T18:06:44.401Z] at Module._load (node:internal/modules/cjs/loader:1013:12) [2024-02-07T18:06:44.401Z] at Module.require (node:internal/modules/cjs/loader:1225:19) { [2024-02-07T18:06:44.401Z] code: 'MODULE_NOT_FOUND', [2024-02-07T18:06:44.401Z] requireStack: [ [2024-02-07T18:06:44.401Z] '/srv/****/workspace/rudder-plugins_master/datasources/src/main/gulpfile.js', [2024-02-07T18:06:44.401Z] '/srv/****/workspace/rudder-plugins_master/datasources/src/main/node_modules/gulp-cli/lib/shared/require-or-import.js', [2024-02-07T18:06:44.401Z] '/srv/****/workspace/rudder-plugins_master/datasources/src/main/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js', [2024-02-07T18:06:44.401Z] '/srv/****/workspace/rudder-plugins_master/datasources/src/main/node_modules/gulp-cli/index.js', [2024-02-07T18:06:44.401Z] '/srv/****/workspace/rudder-plugins_master/datasources/src/main/node_modules/gulp/bin/gulp.js' [2024-02-07T18:06:44.401Z] ] [2024-02-07T18:06:44.401Z] } [2024-02-07T18:06:44.672Z] [ERROR] Command execution failed.
Updated by François ARMAND 10 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/649
Updated by Anonymous 10 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|303b0bf7c31f1a5896b1731b894f3dd87ecc8c40.
Updated by Vincent MEMBRÉ 9 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder plugin datasources v8.1.0.beta1-2.4
Actions