mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
test
This commit is contained in:
parent
3a3bf84b80
commit
990bb408d0
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,9 +1,13 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('') {
|
||||
stage('checkout') {
|
||||
steps {
|
||||
node(label: 'testing') {
|
||||
script {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
fileExists 'README.md'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user