- Timestamp:
- Oct 16, 2019 11:31:07 AM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-5819/external/build_externals/Jenkins/Assimulo-Jenkinsfile
r12047 r13766 17 17 properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '5', daysToKeepStr: '', numToKeepStr: ''))]) 18 18 19 node("JMODELICA-SDK-1.13.2 && VisualStudio2015") { 20 checkoutJM("${JM_SVN_PATH}") 21 for (module in ["superlu", "sundials"]) { 22 buildThirdPartyFromMake(null, null, "${pwd()}/build", module, ["64msvs"]) 23 } 24 25 } 19 26 20 27 node ('docker') {
Note: See TracChangeset
for help on using the changeset viewer.