12345678910111213141516171819202122232425262728293031 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- jenkins:
- additional_opts: []
- additional_java_opts: []
- additional_envs: []
- network:
- host_network: false
- agent_port:
- bind_mode: published
- port_number: 50000
- web_port:
- bind_mode: published
- port_number: 8080
- certificate_id:
- ix_volumes:
- home: /opt/tests/mnt/home
- storage:
- home:
- type: ix_volume
- ix_volume_config:
- dataset_name: home
- create_host_path: true
- additional_storage: []
|