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