瀏覽代碼

Add source bash profile to jenkins file

Shalom Yerushalmy 6 年之前
父節點
當前提交
4912542661
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Jenkinsfile

+ 1
- 0
Jenkinsfile 查看文件

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