Skip to content

Commit

Permalink
Jenkinsfile: Add Vultr image build to pipeline
Browse files Browse the repository at this point in the history
* Vultr images can't be uploaded yet, but it would be nice
to build them in an automated fashion
* coreos/fedora-coreos-tracker#355
  • Loading branch information
dghubble authored and jlebon committed May 8, 2020
1 parent 7e7d4bb commit d625364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,12 @@ lock(resource: "build-${params.STREAM}") {
""")
}

stage('Build Vultr') {
utils.shwrap("""
cosa buildextend-vultr
""")
}

stage('Build VMware') {
utils.shwrap("""
cosa buildextend-vmware
Expand Down

0 comments on commit d625364

Please sign in to comment.