File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -552,17 +552,16 @@ jobs:
552552 # Install dsBase.
553553 # If previous steps have failed then don't run.
554554 - bash : |
555- curl -u admin:admin http://localhost:8080/whitelist
556555
557- curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.1-permissive.tar.gz" -X POST http://localhost:8080/install-package
556+ curl -u admin:admin -X GET http://localhost:8080/packages
557+
558+ curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.1-permissive.tar.gz" -X POST http://localhost:8080/install-package
558559
559560 docker container restart dsbaseclient_armadillo_1
560561 sleep 120
561562
562563 curl -u admin:admin -X POST http://localhost:8080/whitelist/dsBase
563564
564- curl -u admin:admin http://localhost:8080/whitelist
565-
566565 workingDirectory: $(Pipeline.Workspace)/dsBaseClient
567566 displayName: 'Install dsBase to Armadillo'
568567 condition: succeeded()
You can’t perform that action at this time.
0 commit comments