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 {
|
||||
agent none
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
stage('') {
|
||||
steps {
|
||||
ws(dir: 'C:/GITTEMP') {
|
||||
script {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
node(label: 'Stage Checkouts') {
|
||||
sh 'checkout scm'
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user