Skip to content

Commit

Permalink
pipeline: start creating ibmcloud artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Sep 24, 2020
1 parent 3148cbb commit 35f1f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ lock(resource: "build-${params.STREAM}") {

// parallel build these artifacts
def pbuilds = [:]
["Aliyun", "AWS", "Azure", "DigitalOcean", "Exoscale", "GCP", "OpenStack", "VMware", "Vultr"].each {
["Aliyun", "AWS", "Azure", "DigitalOcean", "Exoscale", "GCP", "IBMCloud", "OpenStack", "VMware", "Vultr"].each {
pbuilds[it] = {
def cmd = it.toLowerCase()
utils.shwrap("""
Expand Down

0 comments on commit 35f1f18

Please sign in to comment.