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