mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Updated Jenkinsfile
This commit is contained in:
parent
3902d63b4f
commit
52d0c845e0
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,5 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
node {
|
||||||
|
label 'testing'
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Release') {
|
stage('Release') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user