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