Fady Kamil

Results 3 issues of Fady Kamil

I don't found any logs that can demonstrate the issue. I installed sqlserver container using the following command: docker container run -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=#####' -v path_to_data_dir:/var/opt/mssql --network nat -p...

This PR is to add new functionality for Jenkins View creation. Solves #43

We are using this library as a wrapper for Jenkins REST APIs. However, our needs include handling different views in the same folder. This client doesn't have any view operations...