use any node
Some checks failed
default/mapgen/master There was a failure building this commit

This commit is contained in:
Alexander Yakovlev 2018-09-22 18:17:19 +07:00
parent c6cd223169
commit 24072d8e6c

2
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
#!groovy
node('node') {
node {
currentBuild.result = "SUCCESS";
try {
stage('Checkout'){