feature/Feature-1 #4

Merged
jakub merged 39 commits from feature/Feature-1 into master 2021-10-20 15:40:59 +00:00
Showing only changes of commit 7259f7501e - Show all commits

3
Jenkinsfile vendored
View File

@@ -13,9 +13,6 @@ pipeline {
}
}
steps {
def dockerHome = tool 'docker'
env.PATH = "${dockerHome}/bin:${env.PATH}"
sh 'node --version'
}
}