It's the same on Windows or Linux. If you look in your Python scripts directory, usually something like C:\Python35\scripts (for Python 3.5), you should find package install tools like pip or easy_install. You may need to give the full path to the executable, so "C:\Python35\scripts\pip install jenkinsapi". If pip is not installed you can use easy_install.

Eric

On 2/28/2017 12:38 AM, Sujith Cherukuri wrote:
Hello Eric,

Thanks for your reply, could you please let me know, how to install Jenkinsapi for Windows. I am not able to find any documentation for that.

Thanks and Regards,
Sujith

On Monday, February 27, 2017 at 8:06:49 PM UTC+5:30, Eric Pyle wrote:

    I use Jenkinsapi for both Linux and Windows with no problem. You
    just need to install Jenkinsapi module in the Python installation
    used by each build machine, e.g. by "pip install jenkinsapi". Then
    in a shell or batch script build step, you call a Python script
    and "import jenkinsapi" in the script.

    Eric

    On 2/27/2017 5:08 AM, Sujith Cherukuri wrote:
    Hello,

    My build server is based on Windows. I want to trigger a Build
    using pythons scripts. As of now from
    http://pythonhosted.org/jenkinsapi/
    <http://pythonhosted.org/jenkinsapi/>, it seems that, api only
    for Linux System.

    Thanks and Regards,
    Sujith
-- You received this message because you are subscribed to the
    Google Groups "Jenkins Users" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to jenkinsci-use...@googlegroups.com <javascript:>.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/jenkinsci-users/8d4a4967-b410-4c2f-bda9-f4f97a775e1a%40googlegroups.com
    
<https://groups.google.com/d/msgid/jenkinsci-users/8d4a4967-b410-4c2f-bda9-f4f97a775e1a%40googlegroups.com?utm_medium=email&utm_source=footer>.
    For more options, visit https://groups.google.com/d/optout
    <https://groups.google.com/d/optout>.

-- *Eric Pyle
    *
    Siemens PLM Software
    Lebanon, NH
    +1 603-277-3060 (T)
    +1 603-359-8670 (M)
    ...@siemens.com <javascript:>
    http://www.siemens.com/plm <http://www.cd-adapco.com>

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com <mailto:jenkinsci-users+unsubscr...@googlegroups.com>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/316fd8b4-d8ac-4152-8524-fc6a7b5e8c73%40googlegroups.com <https://groups.google.com/d/msgid/jenkinsci-users/316fd8b4-d8ac-4152-8524-fc6a7b5e8c73%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
*Eric Pyle
*
Siemens PLM Software
Lebanon, NH
+1 603-277-3060 (T)
+1 603-359-8670 (M)
eric.p...@siemens.com <mailto:eric.p...@cd-adapco.com>
http://www.siemens.com/plm <http://www.cd-adapco.com>

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0e09d622-65ef-4172-022a-0fd8ff7ff23f%40cd-adapco.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to