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 {
stage('checkout') {
steps {
node(label: 'testing') {
git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental')
}
fileExists 'DOESNOTEXIST.exe'
fileExists 'README.md'
}
}
stage('release') {