Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Skip to content
- admin | log out
- 4
- Allowing Jenkins CLI to work in -remoting mode is considered dangerous and usually unnecessary. You are advised to disable this mode. Please refer to the CLI documentation for details.
- You have not configured the CSRF issuer. This could be a security issue. For more information, please refer to this page.
- You can change the current configuration using the Security section CSRF Protection.
- Agent to master security subsystem is currently off. Please read the documentation and consider turning it on.
- This Jenkins instance uses deprecated protocols: CLI-connect,CLI2-connect,JNLP-connect,JNLP2-connect. It may impact stability of the instance. If newer protocol versions are supported by all system components (agents, CLI and other clients), it is highly recommended to disable the deprecated protocols. Protocol Configuration
- Manage Jenkins
- Jenkins
- CVP - Functional tests
- #19
- Back to Project
- Status
- Changes
- Console Output
- View as plain text
- Edit Build Information
- Delete Build
- Parameters
- Git Build Data
- No Tags
- Git Build Data
- Rebuild
- Replay
- Pipeline Steps
- Previous Build
- FailedConsole Output
- Started by user admin
- Checking out git ssh://[email protected]:29418/mk/mk-pipelines into /var/jenkins_home/workspace/cvp-func@script to read cvp-func.groovy
- > git rev-parse --is-inside-work-tree # timeout=10
- Fetching changes from the remote Git repository
- > git config remote.origin.url ssh://[email protected]:29418/mk/mk-pipelines # timeout=10
- Fetching upstream changes from ssh://[email protected]:29418/mk/mk-pipelines
- > git --version # timeout=10
- using GIT_SSH to set credentials
- > git fetch --tags --progress ssh://[email protected]:29418/mk/mk-pipelines +refs/heads/*:refs/remotes/origin/*
- > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
- > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
- Checking out Revision b02f393e35457482cd39a20bbb2f1ca1769a3577 (refs/remotes/origin/master)
- > git config core.sparsecheckout # timeout=10
- > git checkout -f b02f393e35457482cd39a20bbb2f1ca1769a3577
- Commit message: "added/updated CVP pipelines"
- > git rev-list b02f393e35457482cd39a20bbb2f1ca1769a3577 # timeout=10
- Loading library pipeline-library@cvp
- Attempting to resolve cvp from remote references...
- > git --version # timeout=10
- using GIT_SSH to set credentials
- > git ls-remote -h -t ssh://[email protected]:29418/mcp-ci/pipeline-library # timeout=10
- Found match: refs/tags/cvp revision bf2b07446d21ce98373db841fda6916164f6c2eb
- Resolving tag commit... (remote references may be a lightweight tag or an annotated tag)
- > git rev-parse --is-inside-work-tree # timeout=10
- Setting origin to ssh://[email protected]:29418/mcp-ci/pipeline-library
- > git config remote.origin.url ssh://[email protected]:29418/mcp-ci/pipeline-library # timeout=10
- Fetching origin...
- Fetching upstream changes from origin
- > git --version # timeout=10
- using GIT_SSH to set credentials
- > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
- > git rev-parse refs/tags/cvp^{commit} # timeout=10
- Resolved tag cvp revision bf2b07446d21ce98373db841fda6916164f6c2eb
- > git rev-parse --is-inside-work-tree # timeout=10
- Fetching changes from the remote Git repository
- > git config remote.origin.url ssh://[email protected]:29418/mcp-ci/pipeline-library # timeout=10
- Fetching with tags
- Fetching upstream changes from ssh://[email protected]:29418/mcp-ci/pipeline-library
- > git --version # timeout=10
- using GIT_SSH to set credentials
- > git fetch --tags --progress ssh://[email protected]:29418/mcp-ci/pipeline-library +refs/heads/*:refs/remotes/origin/*
- Checking out Revision bf2b07446d21ce98373db841fda6916164f6c2eb (cvp)
- > git config core.sparsecheckout # timeout=10
- > git checkout -f bf2b07446d21ce98373db841fda6916164f6c2eb
- Commit message: "yet another change of validate"
- > git rev-list bf2b07446d21ce98373db841fda6916164f6c2eb # timeout=10
- [Pipeline] node
- Running on slave02 in /var/lib/jenkins/workspace/cvp-func
- [Pipeline] {
- [Pipeline] stage
- [Pipeline] { (Initialization)
- [Pipeline] echo
- You are using obsolete function. Please switch to use `getCredentialsById()`
- [Pipeline] echo
- Running command docker ps -f name=cvp -q on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running command docker run -tid --net=host --name=cvp -u root -e OS_USERNAME=admin -e OS_PASSWORD=VEpZ3xxFMENbk2ng -e OS_TENANT_NAME=admin -e OS_AUTH_URL=http://10.195.128.15:35357/v2.0 -e OS_REGION_NAME=RegionOne -e OS_ENDPOINT_TYPE=admin --entrypoint /bin/bash apt:5000/rally-tempest on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "a4f5b249f5e417ea36939ebc31f69c97ce5a153a0ae9273a2e8b603d955fdafa
- Salt command execution success"
- [Pipeline] sh
- [cvp-func] Running shell script
- + rm -rf validation_artifacts/
- [Pipeline] echo
- Running command mkdir -p /root/qa_results/ on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "Salt command execution success"
- [Pipeline] echo
- Running command docker exec cvp git clone http://10.195.128.27:8080/cvp-configuration cvp-configuration on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "Cloning into 'cvp-configuration'...
- Salt command execution success"
- [Pipeline] echo
- Running command docker exec -e PROXY= -e TEMPEST_REPO=/var/lib/tempest -e TEMPEST_ENDPOINT_TYPE=internalURL -e tempest_version=15.0.0 cvp bash -c cvp-configuration/configure.sh on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "The directory '/home/rally/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- The directory '/home/rally/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Collecting ansible==2.3.2.0
- Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f8b08b43850>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/ansible/
- Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f8b08b439d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/ansible/
- Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f8b08b43b50>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/ansible/
- Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f8b08b43cd0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/ansible/
- Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f8b08b43e50>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/ansible/
- Could not find a version that satisfies the requirement ansible==2.3.2.0 (from versions: )
- No matching distribution found for ansible==2.3.2.0
- 2018-04-21 05:20:26.515 52 INFO rally.deployment.engine [-] Deployment 9666af70-352d-4163-87bf-aa45e1f27c3f | Starting: OpenStack cloud deployment.
- 2018-04-21 05:20:26.525 52 INFO rally.deployment.engine [-] Deployment 9666af70-352d-4163-87bf-aa45e1f27c3f | Completed: OpenStack cloud deployment.
- +--------------------------------------+----------------------------+------------------+------------------+--------+
- | uuid | created_at | name | status | active |
- +--------------------------------------+----------------------------+------------------+------------------+--------+
- | 9666af70-352d-4163-87bf-aa45e1f27c3f | 2018-04-21 05:20:26.509817 | tempest_05_20_25 | deploy->finished | |
- +--------------------------------------+----------------------------+------------------+------------------+--------+
- Using deployment: 9666af70-352d-4163-87bf-aa45e1f27c3f
- ~/.rally/openrc was updated
- HINTS:
- * To use standard OpenStack clients, set up your env by running:
- \tsource ~/.rally/openrc
- OpenStack clients are now configured, e.g run:
- \topenstack image list
- {
- \"admin\": {
- \"password\": \"VEpZ3xxFMENbk2ng\",
- \"tenant_name\": \"admin\",
- \"username\": \"admin\"
- },
- \"auth_url\": \"http://10.195.128.15:35357/v2.0\",
- \"endpoint\": null,
- \"endpoint_type\": \"admin\",
- \"https_cacert\": \"\",
- \"https_insecure\": false,
- \"region_name\": \"RegionOne\",
- \"type\": \"ExistingCloud\"
- }
- 2018-04-21 05:20:28.163 69 INFO rally.api [-] Creating verifier 'tempest_verifier_05_20_27'.
- 2018-04-21 05:20:28.198 69 INFO rally.verification.manager [-] Cloning verifier repo from /var/lib/tempest.
- 2018-04-21 05:20:28.284 69 INFO rally.verification.manager [-] Switching verifier repo to the '16.0.0' version.
- 2018-04-21 05:20:28.653 69 INFO rally.api [-] Verifier 'tempest_verifier_05_20_27' (UUID=2c1f89ff-a207-47bb-a0c8-b4a151f58258) has been successfully created!
- Using verifier 'tempest_verifier_05_20_27' (UUID=2c1f89ff-a207-47bb-a0c8-b4a151f58258) as the default verifier for the future operations.
- 2018-04-21 05:20:29.704 83 INFO rally.api [-] Configuring verifier 'tempest_verifier_05_20_27' (UUID=2c1f89ff-a207-47bb-a0c8-b4a151f58258) for deployment 'tempest_05_20_25' (UUID=9666af70-352d-4163-87bf-aa45e1f27c3f).
- 2018-04-21 05:20:29.983 83 INFO rally.api [-] Verifier 'tempest_verifier_05_20_27' (UUID=2c1f89ff-a207-47bb-a0c8-b4a151f58258) has been successfully configured for deployment 'tempest_05_20_25' (UUID=9666af70-352d-4163-87bf-aa45e1f27c3f)!
- # Some empty values of options will be replaced while creating required resources (images, flavors, etc).
- [DEFAULT]
- debug = True
- use_stderr = False
- log_file =
- [auth]
- use_dynamic_credentials = True
- admin_username = admin
- admin_password = VEpZ3xxFMENbk2ng
- admin_project_name = admin
- admin_domain_name = Default
- [compute]
- image_ref =
- image_ref_alt =
- flavor_ref =
- flavor_ref_alt =
- fixed_network_name =
- [compute-feature-enabled]
- live_migration = False
- resize = True
- vnc_console = True
- attach_encrypted_volume = False
- [data-processing]
- [identity]
- region = RegionOne
- auth_version = v2
- uri = http://10.195.128.15:35357/v2.0
- uri_v3 = http://10.195.128.15:35357/v3
- disable_ssl_certificate_validation = False
- ca_certificates_file =
- [image-feature-enabled]
- deactivate_image = True
- [input-scenario]
- ssh_user_regex = [[\"^.*[Cc]irros.*$\", \"cirros\"], [\"^.*[Tt]est[VvMm].*$\", \"cirros\"], [\"^.*rally_verify.*$\", \"cirros\"]]
- [network]
- [network-feature-enabled]
- ipv6_subnet_attributes = True
- ipv6 = True
- api_extensions = default-subnetpools,network-ip-availability,network_availability_zone,auto-allocated-topology,ext-gw-mode,binding,metering,agent,subnet_allocation,l3_agent_scheduler,tag,external-net,flavors,net-mtu,availability_zone,quotas,l3-ha,provider,multi-provider,address-scope,extraroute,subnet-service-types,standard-attr-timestamp,service-type,l3-flavors,port-security,extra_dhcp_opt,standard-attr-revisions,pagination,sorting,security-group,dhcp_agent_scheduler,router_availability_zone,rbac-policies,tag-ext,standard-attr-description,router,allowed-address-pairs,project-id,dvr
- [object-storage]
- operator_role = Member
- reseller_admin_role = ResellerAdmin
- [oslo_concurrency]
- lock_path =
- [orchestration]
- instance_type =
- stack_owner_role = heat_stack_owner
- stack_user_role = heat_stack_user
- [scenario]
- img_dir =
- img_file =
- [service_available]
- cinder = True
- glance = True
- heat = True
- ironic = False
- neutron = True
- nova = True
- sahara = False
- swift = True
- [validation]
- run_validation = True
- image_ssh_user = cirros
- connect_method = floating
- [volume-feature-enabled]
- bootable = True
- /usr/local/lib/python2.7/dist-packages/novaclient/client.py:278: UserWarning: The 'tenant_id' argument is deprecated in Ocata and its use may result in errors in future releases. As 'project_id' is provided, the 'tenant_id' argument will be ignored.
- warnings.warn(msg)
- neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
- neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
- Fixed net is: fixed
- sed: -e expression #1, char 52: unterminated `s' command
- [scenario]
- img_dir = /home/rally/cvp-configuration
- img_file = cirros-0.3.5-x86_64-disk.img
- [compute]
- image_ref_alt = ${IMAGE_REF2}
- min_microversion = 2.1
- max_microversion = latest
- volume_device_name = vdc
- min_compute_nodes = 3
- endpoint_type = internalURL
- ping_timeout = 20
- ping_count = 5
- ssh_timeout = 90
- ssh_channel_timeout = 100
- build_timeout = 120
- fixed_network_name = fixed
- [compute-feature-enabled]
- nova_cert = True
- personality = True
- [identity]
- auth_version = v3
- v3_endpoint_type = internalURL
- endpoint_type = internalURL
- [image]
- build_timeout = 130
- endpoint_type = internalURL
- [image-feature-enabled]
- api_v1 = False
- [network]
- build_timeout = 120
- endpoint_type = internalURL
- public_network_id =
- [network_feature_enabled]
- port_security = true
- [validation]
- run_validation = false
- image_ssh_password = cubswin:)
- ssh_timeout = 130
- [object-storage]
- container_sync_timeout = 120
- endpoint_type = internalURL
- [object-storage-feature-enabled]
- #for ceph
- discoverability = false
- [orchestration]
- max_template_size = 5440000
- max_resources_per_stack = 20000
- endpoint_type = internalURL
- [volume]
- min_microversion = 3.0
- max_microversion = latest
- build_timeout = 120
- storage_protocol = ceph
- endpoint_type = internalURL
- [volume-feature-enabled]
- api_v3 = true
- manage_snapshot = true
- backup = False
- 2018-04-21 05:20:35.215 140 INFO rally.api [-] Configuring verifier 'tempest_verifier_05_20_27' (UUID=2c1f89ff-a207-47bb-a0c8-b4a151f58258) for deployment 'tempest_05_20_25' (UUID=9666af70-352d-4163-87bf-aa45e1f27c3f).
- 2018-04-21 05:20:35.215 140 INFO rally.api [-] Verifier is already configured!
- 2018-04-21 05:20:35.215 140 INFO rally.api [-] Adding extra options to verifier configuration.
- 2018-04-21 05:20:35.217 140 INFO rally.api [-] Verifier 'tempest_verifier_05_20_27' (UUID=2c1f89ff-a207-47bb-a0c8-b4a151f58258) has been successfully configured for deployment 'tempest_05_20_25' (UUID=9666af70-352d-4163-87bf-aa45e1f27c3f)!
- Job is done!
- Salt command execution success"
- [Pipeline] }
- [Pipeline] // stage
- [Pipeline] stage
- [Pipeline] { (Run Tempest tests)
- [Pipeline] sh
- [cvp-func] Running shell script
- + mkdir -p validation_artifacts/
- [Pipeline] echo
- Running command docker exec cvp rally verify start --pattern set=full --skip-list cvp-configuration/tempest/skip-list.yaml --detailed > docker-tempest.log on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- ""
- [Pipeline] echo
- Running command cat docker-tempest.log on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "2018-04-21 05:20:37.024 149 INFO rally.api [-] Starting verification (UUID=ec8d894a-a289-4841-b229-66b128e37ec4) for deployment 'tempest_05_20_25' (UUID=9666af70-352d-4163-87bf-aa45e1f27c3f) by verifier 'tempest_verifier_05_20_27' (UUID=2c1f89ff-a207-47bb-a0c8-b4a151f58258).
- 2018-04-21 05:20:40.926 149 INFO rally.api [-] Verification (UUID=ec8d894a-a289-4841-b229-66b128e37ec4) has been successfully finished for deployment 'tempest_05_20_25' (UUID=9666af70-352d-4163-87bf-aa45e1f27c3f)!
- Congratulations! Verification doesn't have failed tests! :)
- ======
- Totals
- ======
- Ran: 0 tests in 0.000 sec.
- - Success: 0
- - Skipped: 0
- - Expected failures: 0
- - Unexpected success: 0
- - Failures: 0
- Using verification (UUID=ec8d894a-a289-4841-b229-66b128e37ec4) as the default verification for the future operations.
- Salt command execution success"
- [Pipeline] echo
- Running command docker exec cvp rally verify report --type junit-xml --to /home/rally/docker-tempest.xml on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "2018-04-21 05:20:42.513 245 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ec8d894a-a289-4841-b229-66b128e37ec4'.
- 2018-04-21 05:20:42.515 245 INFO rally.api [-] The report has been successfully built.
- Saving the report to '/home/rally/docker-tempest.xml' file. It may take some time.
- The report has been successfully saved.
- Salt command execution success"
- [Pipeline] echo
- Running command docker exec cvp rally verify report --type html --to /home/rally/docker-tempest.html on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "2018-04-21 05:20:43.811 259 INFO rally.api [-] Building 'html' report for the following verification(s): 'ec8d894a-a289-4841-b229-66b128e37ec4'.
- 2018-04-21 05:20:43.823 259 INFO rally.api [-] The report has been successfully built.
- Saving the report to '/home/rally/docker-tempest.html' file. It may take some time.
- The report has been successfully saved.
- Salt command execution success"
- [Pipeline] echo
- Running command docker cp cvp:/home/rally/docker-tempest.xml /root/qa_results/ on cid03.tnc.cmn-model.corp.telstra.com
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "Salt command execution success"
- [Pipeline] echo
- [Pipeline] echo
- Running command docker cp cvp:/home/rally/docker-tempest.html /root/qa_results/ on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "Salt command execution success"
- [Pipeline] echo
- Running command docker exec cvp rally verify show | head -5 | tail -1 | awk '{print $4}' on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "finished
- Salt command execution success"
- [Pipeline] }
- [Pipeline] // stage
- [Pipeline] stage
- [Pipeline] { (Collect results)
- [Pipeline] echo
- Running step file.find [/root/qa_results/, type=f] on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running command base64 -w0 /root/qa_results/docker-tempest.html > /root/qa_results/docker-tempest.html_encoded; split -b 1MB -d /root/qa_results/docker-tempest.html_encoded /root/qa_results/docker-tempest.html__; rm /root/qa_results/docker-tempest.html_encoded on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running step file.find [/root/qa_results/, type=f, name=docker-tempest.html__*] on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running command cat /root/qa_results/docker-tempest.html__00 on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running step file.find [/root/qa_results/, type=f, name=docker-tempest.html__*, delete] on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] writeFile
- [Pipeline] sh
- [cvp-func] Running shell script
- + base64 -d validation_artifacts/docker-tempest.html_encoded
- + rm validation_artifacts/docker-tempest.html_encoded
- [Pipeline] echo
- Running command base64 -w0 /root/qa_results/docker-tempest.xml > /root/qa_results/docker-tempest.xml_encoded; split -b 1MB -d /root/qa_results/docker-tempest.xml_encoded /root/qa_results/docker-tempest.xml__; rm /root/qa_results/docker-tempest.xml_encoded on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running step file.find [/root/qa_results/, type=f, name=docker-tempest.xml__*] on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running command cat /root/qa_results/docker-tempest.xml__00 on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running step file.find [/root/qa_results/, type=f, name=docker-tempest.xml__*, delete] on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] writeFile
- [Pipeline] sh
- [cvp-func] Running shell script
- + base64 -d validation_artifacts/docker-tempest.xml_encoded
- + rm validation_artifacts/docker-tempest.xml_encoded
- [Pipeline] archiveArtifacts
- Archiving artifacts
- [Pipeline] junit
- Recording test results
- [Pipeline] }
- [Pipeline] // stage
- [Pipeline] echo
- Running step cmd.run [docker exec cvp bash -c /home/rally/cvp-configuration/cleanup.sh] on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running command docker ps -f name=qa_tools -q on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running command docker ps -f name=cvp -q on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Running command docker rm -f cvp on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "cvp
- Salt command execution success"
- [Pipeline] echo
- Running command rm -rf /root/qa_results/ on cid03.tnc.cmn-model.corp.telstra.com
- [Pipeline] echo
- Node cid03.tnc.cmn-model.corp.telstra.com changes:
- "Salt command execution success"
- [Pipeline] }
- [Pipeline] // node
- [Pipeline] End of Pipeline
- ERROR: None of the test reports contained any result
- Finished: FAILURE
- Page generated: 21-Apr-2018 05:25:18 UTCREST APIJenkins ver. 2.93
Advertisement
Add Comment
Please, Sign In to add comment