JFrog · Arazzo Workflow
JFrog Worker Deploy and Test
Version 1.0.0
Create a worker, run a test payload, then enable it on success.
View Spec
View on GitHub
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows
Provider
Workflows
deploy-and-test-worker
Create a worker, test it, and enable it when the test passes.
Creates a worker, runs a test execution, and only enables the worker when the test result status is STATUS_OK.
1
createWorker
createWorker
Create the worker from the supplied TypeScript source bound to the given platform event.
2
testWorker
testWorker
Run the worker against a test payload to validate its behaviour before enabling it.
3
enableWorker
enableWorker
Enable the worker now that the test execution passed.