Files
Go.Rig-Operator/bamboo-specs/validate/artifactory-ping.yaml

11 lines
339 B
YAML
Raw Permalink Normal View History

2026-01-15 09:58:01 +00:00
tasks:
- script: |
#!/bin/bash
set -ex
docker run --rm ${bamboo.container_jfrog} jfrog rt ping --user ${bamboo.snapshot_deployer_username} --password ${bamboo.snapshot_deployer_password} --url https://devstore.vanderlande.com/artifactory
other:
clean-working-dir: true
requirements:
- AGENT_TYPE: Linux_Base_Agent