gocd-contrib / gomatic

A Python API for configuring GoCD
https://pypi.python.org/pypi/gomatic
MIT License
142 stars 60 forks source link

Define constants with the possible values for "lockBehaviour" #48

Open dudadornelles opened 6 years ago

dudadornelles commented 6 years ago

The three possible values are:

- unlockWhenFinished
- lockOnFailure
- none

As described in https://docs.gocd.org/current/configuration/admin_lock_pipelines.html

karthiknatarajan-27558 commented 2 years ago

I would like to work on this issue