generated from AriasCreations/vsmodtemplate
Consolidate build steps
This commit is contained in:
parent
6b3a3ae8fd
commit
462fc05890
1 changed files with 1 additions and 12 deletions
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
stage ("Build Prep") {
|
||||
stage ("Build & Archive") {
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
@ -22,17 +22,6 @@ pipeline {
|
|||
|
||||
update_vs_dotgame
|
||||
chmod +x build.sh
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage ("Build & Archive") {
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
||||
steps {
|
||||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
./build.sh
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue