Hi everyone,
I'm facing an issue when trying to push Jenkins build to UrbanCode Velocity.
For Jenkins server, i've installed Velocity plugin and configured connection to Velocity server.

Not sure if "Not connected to RabbitMQ. Unable to run Jenkins jobs from UCV" make any impact.
I created Jenkins pipeline with follwing script to push build to Velocity
```
step([$class: 'UploadBuild',
tenantId: "<tenantID>",
revision: "${GIT_COMMIT}",
appName: "${VELOCITY_APP_NAME}",
versionName:"${currentBuild.displayName}",
requestor: "admin",
status: "success",
name: "upload build asm",
id: "${currentBuild.displayName}",
appId: "<appId>"
])
```
but Jenkins output log show message
Could not upload builds to Velocity as there is no configuration specified.
How can i solve this problem?
Thanks a lot!
------------------------------
Tung Vu Thanh
------------------------------
#IBMAdvancedStudies