Fixed jenkisnfile error

This commit is contained in:
Volodymyr Kozieiev 2018-12-05 12:36:00 +02:00 committed by Jakub Sokołowski
parent c2e2ea36ac
commit bb8e5a4944
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ pipeline {
stages {
stage('Prep') {
script { nvm(env.NODE_VERSION) {
script {
steps { nvm(env.NODE_VERSION) {
script { nvm(env.NODE_VERSION) {
/* Necessary to load methods */
desktop = load 'ci/desktop.groovy'
cmn = load 'ci/common.groovy'