mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
experiment 2
This commit is contained in:
parent
d1055f2c33
commit
bd806fc820
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,10 +1,13 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('') {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
ws(dir: 'C:/GITTEMP') {
|
||||
readFile 'build.txt'
|
||||
script {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user