mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Updated Jenkinsfile
This commit is contained in:
parent
14d8fbe379
commit
ab6ab6e175
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user