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
ab6ab6e175
commit
321854124b
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,11 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('checkout') {
|
|
||||||
steps {
|
|
||||||
pwd()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Release') {
|
stage('Release') {
|
||||||
steps {
|
steps {
|
||||||
bat 'C:/GITTEMP/release.cmd'
|
bat 'C:/GITTEMP/release.cmd'
|
||||||
|
Loading…
Reference in New Issue
Block a user