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
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -1,23 +1,20 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
steps {
|
steps {
|
||||||
node (label: 'testing') {
|
node(label: 'testing') {
|
||||||
checkout scm
|
git(url: 'https://github.com/EpochModTeam/Epoch.git', branch: 'experimental')
|
||||||
fileExists ('README.md')
|
|
||||||
fileExists ('version.txt')
|
|
||||||
fileExists ('build.txt')
|
|
||||||
fileExists ('nonexistentFile.txt')
|
|
||||||
bat 'C:/GITTEMP/build.cmd'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('release') {
|
stage('release') {
|
||||||
steps {
|
steps {
|
||||||
node (label: 'testing') {
|
node(label: 'testing') {
|
||||||
bat 'C:/GITTEMP/release.cmd'
|
bat 'C:/GITTEMP/release.cmd'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user