try to fix Jenkinsfile

This commit is contained in:
asiekierka 2016-09-10 12:35:26 +02:00
parent 49e4b0e26e
commit ed318b3a99
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
node {
stage 'Checkout'
git url: 'https://github.com/FabricMC/pomf.git'
checkout scm
stage 'Build'