Drop initial code
This commit is contained in:
10
bamboo-specs/validate/artifactory-ping.yaml
Normal file
10
bamboo-specs/validate/artifactory-ping.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user