Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Updated API variable name. (#13)
Browse files Browse the repository at this point in the history
* Upping the release version

* Removed workspace and updated Jenkinsfile to work with my dev env

* Making the test template production ready

* Updated API variable name
  • Loading branch information
jaypoulz committed Oct 1, 2018
1 parent ec84516 commit 0c2d760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ library(

List arches = params.ARCHES.tokenize(',')
def errorMessages = ''
def config = API.v1.getProvisioningConfig(this)
def config = MAQEAPI.v1.getProvisioningConfig(this)

API.v1.runParallelMultiArchTest(
MAQEAPI.v1.runParallelMultiArchTest(
this,
arches,
config,
Expand Down

0 comments on commit 0c2d760

Please sign in to comment.