Fixed jenkisnfile misprint

This commit is contained in:
Volodymyr Kozieiev 2018-12-05 12:41:06 +02:00 committed by Jakub Sokołowski
parent bb8e5a4944
commit 0da2c7b077
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

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