소스 검색

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
         }