معرفی شرکت ها


download-jenkins-build-log-0.0.1a7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Command-line utility for downloading Jenkins job console logs
ویژگی مقدار
سیستم عامل -
نام فایل download-jenkins-build-log-0.0.1a7
نام download-jenkins-build-log
نسخه کتابخانه 0.0.1a7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bertold Kolics
ایمیل نویسنده bertold@qualityraven.com
آدرس صفحه اصلی https://github.com/bertold/download-jenkins-build-log
آدرس اینترنتی https://pypi.org/project/download-jenkins-build-log/
مجوز -
# download-jenkins-build-log utility ![Build status](https://travis-ci.org/bertold/download-jenkins-build-log.svg?branch=master) This is a simple tool that enables downloading console output files from Jenkins jobs. Freestyle, pipeline and matrix jobs are supported. ## Pre-requisites Python 3.3 or later ## Installation ``` pip3 install download-jenkins-build-log ``` ## Basic Usage Use ```bash download-jenkins-build-log -h ``` to see all the available options. For example, to download the console log of a freestyle project `my-freestyle-job` with the build number `123` into the target directory of `logs` from the Jenkins instance at `https://myjenkins.example.com:8080`, use the following command line: ```bash download-jenkins-build-log --url https://myjenkins.example.com:8080 --build 123 --directory logs my-freestyle-job ``` ## Authentication You may use the ```--login``` to set the user name and the ```--token``` to set the password or API token to access Jenkins. Jenkins documentation recommends creating an [API token](https://wiki.jenkins.io/display/JENKINS/Authenticating+scripted+clients) to use with tools. Alternatively, you can also provide credentials with the following environment variables. | Environment variable name | Description | |--------------------------------------------|-----------------------| | ```DOWNLOAD_JENKINS_BUILD_LOG_LOGIN``` | login name | | ```DOWNLOAD_JENKINS_BUILD_LOG_API_TOKEN``` | password or API token | ## Return Codes The tool will return `0` in case of successful execution, and `-1` in case of an error.


نیازمندی

مقدار نام
- requests


زبان مورد نیاز

مقدار نام
>=3 Python


نحوه نصب


نصب پکیج whl download-jenkins-build-log-0.0.1a7:

    pip install download-jenkins-build-log-0.0.1a7.whl


نصب پکیج tar.gz download-jenkins-build-log-0.0.1a7:

    pip install download-jenkins-build-log-0.0.1a7.tar.gz