Skip to content

Commit

Permalink
Fix matrix and go tool issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Dec 1, 2023
1 parent e5cbfb7 commit 87639f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,19 @@ pipeline {
stages {
stage('BuildAndTest') {
matrix {

axes {
axis {
name 'TF_VERSION'
values 'v0.14.11'
}
}
stages {
stage('Test') {

steps {
// Output will be something like "go version go1.19 darwin/arm64"
sh 'go version'
echo "${TF_VERSION} ${TF_ACC} ${XOA_DISKLESS_TEMPLATE}"
sh 'cp /opt/terraform-provider-xenorchestra/testdata/images/alpine-virt-3.17.0-x86_64.iso xoa/testdata/alpine-virt-3.17.0-x86_64.iso'
sh 'make ci'
}
Expand Down

0 comments on commit 87639f6

Please sign in to comment.