Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRiat1 authored Oct 18, 2023
1 parent eb9036f commit dc738f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ node(label: 'master') {
job = build job: 'publish-broker-terraform-provider', propagate: true, parameters:
[
string(name: 'TERRAFORM_BRANCH', value: TERRAFORM_BRANCH),
string(name: 'TERRAFORM_PROVIDER', value: 'appliance'),
]
}
}
}

0 comments on commit dc738f3

Please sign in to comment.