pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
859 stars 485 forks source link

Is it possible to get last build parameter for a build parameter as default value #637

Closed madhusaragadam closed 6 years ago

madhusaragadam commented 6 years ago
ISSUE TYPE
SUMMARY

I wanted to create a jenkins build parameter for which i wanted to set the last build parameter value as default one.

lechat commented 6 years ago

You mean that you're looking for ready made code to use in your project? This library provides the means to do what you want and issues are to report bugs and ask for new features, and not to ask for help on writing code for your use case.