Added optimization mods and Decor mod.

This commit is contained in:
2022-05-12 17:04:53 -05:00
parent 0cb51d45c0
commit 2abf37d07b
17 changed files with 97 additions and 17 deletions

5
Jenkinsfile vendored
View File

@@ -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'
}
}
}
}