Jenkinsfile in openstudio-aedg-0.4.0 vs Jenkinsfile in openstudio-aedg-0.5.0
- old
+ new
@@ -1,11 +1,11 @@
//Jenkins pipelines are stored in shared libraries. Please see: https://github.com/NREL/cbci_jenkins_libs
-
+
@Library('cbci_shared_libs') _
-// Build for PR to develop branch only.
+// Build for PR to develop branch only.
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set
openstudio_extension_gems()
-
+
}