mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
test4
This commit is contained in:
parent
bd806fc820
commit
1839e2af10
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -1,13 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('') {
|
||||||
steps {
|
steps {
|
||||||
ws(dir: 'C:/GITTEMP') {
|
node(label: 'Stage Checkouts') {
|
||||||
script {
|
sh 'checkout scm'
|
||||||
checkout scm
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user