stage ('change folder') { script { sh "cd${CD_DIR} npm run build:prod"; } }