This commit is contained in:
vbawol 2017-04-09 13:21:59 -07:00
parent e680d32d12
commit 09addef078

6
Jenkinsfile vendored
View File

@ -3,10 +3,8 @@ pipeline {
stages { stages {
stage('checkout') { stage('checkout') {
steps { steps {
node(label: 'testing') { fileExists 'DOESNOTEXIST.exe'
git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental') fileExists 'README.md'
}
} }
} }
stage('release') { stage('release') {