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
acc341666b
commit
85096a977d
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -7,12 +7,9 @@ pipeline {
|
||||
fileExists 'README.md'
|
||||
}
|
||||
}
|
||||
stage('release') {
|
||||
stage('Release') {
|
||||
steps {
|
||||
node(label: 'testing') {
|
||||
bat 'C:/GITTEMP/release.cmd'
|
||||
}
|
||||
|
||||
bat 'C:/GITTEMP/release.cmd'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user