mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
test
This commit is contained in:
parent
f94d829085
commit
5202188c40
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -4,7 +4,20 @@ pipeline {
|
|||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
steps {
|
steps {
|
||||||
node (label: 'testing') {
|
node (label: 'testing') {
|
||||||
checkout scm
|
checkout scm
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('build') {
|
||||||
|
steps {
|
||||||
|
node (label: 'testing') {
|
||||||
|
fileExists 'README.md'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('release') {
|
||||||
|
steps {
|
||||||
|
node (label: 'testing') {
|
||||||
fileExists 'README.md'
|
fileExists 'README.md'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user