mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
test
This commit is contained in:
parent
b2695d96d5
commit
aaeaef5880
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -5,19 +5,6 @@ pipeline {
|
||||
steps {
|
||||
node (label: 'testing') {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('test') {
|
||||
steps {
|
||||
node (label: 'testing') {
|
||||
fileExists 'README.md'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
node (label: 'testing') {
|
||||
fileExists 'README.md'
|
||||
bat 'C:/GITTEMP/build.cmd'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user