Skip to content

Commit

Permalink
Try to auth with a token
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
  • Loading branch information
ddelnano committed Mar 14, 2024
1 parent 73047d8 commit c5fcd6e
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 @@ -30,7 +30,7 @@ pipeline {
stage('Test') {
steps {
lock('xoa-test-runner') {
sh 'export BYPASS_XOA_TOKEN=$(xo-cli --createToken ${XOA_URL} ${XOA_USER} $XOA_PASSWORD | tail -n1)'
sh 'xo-cli --createToken ${XOA_URL} ${XOA_USER} $XOA_PASSWORD'
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 'TF_VERSION=${TF_VERSION} TIMEOUT=60m make ci'
}
Expand Down

0 comments on commit c5fcd6e

Please sign in to comment.