mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
test
This commit is contained in:
parent
6c42192724
commit
e680d32d12
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
@ -1,24 +1,21 @@
|
||||
pipeline {
|
||||
agent none
|
||||
agent any
|
||||
stages {
|
||||
stage('checkout') {
|
||||
steps {
|
||||
node (label: 'testing') {
|
||||
checkout scm
|
||||
fileExists ('README.md')
|
||||
fileExists ('version.txt')
|
||||
fileExists ('build.txt')
|
||||
fileExists ('nonexistentFile.txt')
|
||||
bat 'C:/GITTEMP/build.cmd'
|
||||
node(label: 'testing') {
|
||||
git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental')
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
stage('release') {
|
||||
steps {
|
||||
node (label: 'testing') {
|
||||
node(label: 'testing') {
|
||||
bat 'C:/GITTEMP/release.cmd'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user