Sha256: ae6b6130841875c2da2b01196cd9f2e0589980bd182a249a43cdaac1ee7f00f3

Contents?: true

Size: 278 Bytes

Versions: 35

Compression:

Stored size: 278 Bytes

Contents

//Jenkins pipelines are stored in shared libaries. Please see: https://github.com/tijcolem/nrel_cbci_jenkins_libs 
 
@Library('cbci_shared_libs') _

// Build for PR to develop branch only. 
if ((env.CHANGE_ID) && (env.CHANGE_TARGET) ) { // check if set

  urbanopt_cli()
    
}

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
urbanopt-cli-0.4.0 Jenkinsfile
urbanopt-cli-0.3.1 Jenkinsfile
urbanopt-cli-0.3.0 Jenkinsfile
urbanopt-cli-0.3.0.pre1 Jenkinsfile
urbanopt-cli-0.2.3 Jenkinsfile
urbanopt-cli-0.2.2 Jenkinsfile
urbanopt-cli-0.2.1 Jenkinsfile
urbanopt-cli-0.2.0 Jenkinsfile
urbanopt-cli-0.2.0.pre6 Jenkinsfile
urbanopt-cli-0.2.0.pre5 Jenkinsfile
urbanopt-cli-0.2.0.pre4 Jenkinsfile
urbanopt-cli-0.2.0.pre3 Jenkinsfile
urbanopt-cli-0.2.0.pre2 Jenkinsfile
urbanopt-cli-0.2.0.pre1 Jenkinsfile
urbanopt-cli-0.1.0 Jenkinsfile