Browse Source

Add source bash profile to jenkins file

Shalom Yerushalmy 6 years ago
parent
commit
4912542661
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile View File

5
       steps {
5
       steps {
6
       ansiColor('xterm') {
6
       ansiColor('xterm') {
7
         sh '''#!/bin/bash -ex
7
         sh '''#!/bin/bash -ex
8
+source ~/.bash_profile
8
 npm install
9
 npm install
9
 npm run clean'''
10
 npm run clean'''
10
         }
11
         }