node('Lithium'){ stage('get new version to repo') { checkout scm } stage('Install dependencies') { sh 'npm install' } stage('build project') { sh 'npm run build-test:lithium' } }