upgrade jenkins node version to 8.9.3

bump node version to 8.9.3 [FEDX-409]

bump node version to 8.9.1 [FEDX-409]

8.9.3

don't clean cache

try ignoring course_experience

another attempt

back out that coverage patch
This commit is contained in:
Ari Rizzitano
2017-11-27 12:02:29 -05:00
parent c368c9066d
commit 2ca0aa7b2c

View File

@@ -5,7 +5,7 @@ set -e
source $HOME/jenkins_env
NODE_ENV_DIR=$HOME/nenv
NODE_VERSION=6.11.1
NODE_VERSION=8.9.3
NODE_INSTALL_COMMAND="nodeenv --node=$NODE_VERSION --prebuilt $NODE_ENV_DIR --force"
@@ -57,13 +57,6 @@ echo "done setting up nodeenv"
echo "node version is `node --version`"
echo "npm version is `npm --version`"
# TODO: Provide a cached node_modules/ directory for faster/smaller installs
# Manage the npm cache on Jenkins.
# (In this case, remove it. That ensures from run-to-run, it is a clean npm environment)
echo "--> Cleaning npm cache"
npm cache clean
# Log any paver or ansible command timing
TIMESTAMP=$(date +%s)
export PAVER_TIMER_LOG="test_root/log/timing.paver.$TIMESTAMP.log"