mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] replace original jenkins task for bwc
This commit is contained in:
parent
55d95790ea
commit
fd699cb0a3
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@ import { compact } from 'lodash';
|
|||
import { delimiter } from 'path';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
// TODO: remove after migration to new CI is complete
|
||||
grunt.registerTask('jenkins', [
|
||||
'rejectRejFiles',
|
||||
'test',
|
||||
process.env.JOB_NAME === 'kibana_core' ? 'build' : null
|
||||
]);
|
||||
|
||||
grunt.registerTask('jeknins:env', () => {
|
||||
// make sure JAVA_HOME points to JDK8
|
||||
const HOME = '/usr/lib/jvm/jdk8';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue