Updated Jenkinsfile

This commit is contained in:
vbawol 2017-04-10 08:44:53 -07:00
parent 14d8fbe379
commit ab6ab6e175

6
Jenkinsfile vendored
View File

@ -3,11 +3,7 @@ pipeline {
stages {
stage('checkout') {
steps {
node(label: 'testing') {
git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental', credentialsId: 'github')
readFile 'README.md'
}
pwd()
}
}
stage('Release') {