You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

hopic

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hopic

In order to simplify the CI configuration we are switching away from the generic jenkins shared pipeline which is completely written in Groovy. Instead we are switching to the Hopic project which only has a minimal CI driver component written in Groovy with the rest written in Python. With Hopic local debugging is made significantly easier.

1.62.0
pipPyPI
Maintainers
2

.. You can view the documentation for Hopic at URL : /pages/PIPE/hopic/pages/browse/

In order to simplify the CI configuration we are switching away from the generic jenkins shared pipeline which is completely written in Groovy. Instead we are switching to the Hopic project which only has a minimal CI driver component written in Groovy with the rest written in Python. With Hopic local debugging is made significantly easier.

As of now the commit stage can be adapted to use Hopic's functionality. With this most of the required configuration will live in the hopic-ci-config.yaml file replacing the groovy snippets from the commit stage in jenkins file. This can be locally tested with the command - "hopic"

Using Hopic locally

Install the hopic command with below package

.. code-block:: console

pip3 install --user 'git+https://github.com/tomtom-international/hopic.git@release/1#egg=hopic[interactive]'

.. _BashComplete: https://click.palletsprojects.com/en/7.x/bashcomplete/#activation

Enable TAB completion - include the below line in your .bashrc ( BashComplete_ )

.. code-block:: console

eval "$(_HOPIC_COMPLETE=source hopic)"

For the command line help on hopic usage

.. code-block:: console

hopic --help

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts