mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[jenkins] build snapshots as the final task of core jobs
This commit is contained in:
parent
5a8f7701e0
commit
8b37a1fc23
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
module.exports = function (grunt) {
|
||||
let { compact } = require('lodash');
|
||||
|
||||
grunt.registerTask('jenkins', 'Jenkins build script', [
|
||||
grunt.registerTask('jenkins', 'Jenkins build script', compact([
|
||||
'esvm:dev',
|
||||
'test'
|
||||
]);
|
||||
'test',
|
||||
process.env.JOB_NAME === 'kibana_core' ? 'build' : null
|
||||
]));
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue