forked from openstudiocoalition/OpenStudioApplication
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJenkinsfile_linux
More file actions
Latest commit
14 lines (8 loc) · 376 Bytes
/
Copy pathJenkinsfile_linux
File metadata and controls
14 lines (8 loc) · 376 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Jenkins pipelines are stored in shared libaries. Please see: https://github.com/NREL/cbci_jenkins_libs
// To test you can target a branch in cbci_shared_libs.
// e.g. @Library('cbci_shared_libs@develop') _
@Library('cbci_shared_libs@updateLibs') _
// Build for PR to develop branch only.
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) {
openstudio_app_incr_linux()
}