Added optimization mods and Decor mod.
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -27,5 +27,10 @@ pipeline {
|
||||
zip archive: true, dir: 'server', exclude: '', glob: '', overwrite: true, zipFile: 'publish/RSEMCS_server.zip'
|
||||
}
|
||||
}
|
||||
stage("build downstream") {
|
||||
steps {
|
||||
build '/ydeng/rsemcs/develop'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user