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