is there anything special about ‘source’ in jenkin...
# general
w
is there anything special about ‘source’ in jenkins?
Copy code
cat var.sh
+ cat var.sh
export PANTS_SHA="release_0.0.69" TEST_SET=integration
source var.sh
+ source var.sh
/tmp/hudson4237140000010195915.sh: line 9: source: var.sh: file not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE