Skip to content

Commit

Permalink
Merge pull request #8 from bbc/jamessa-jenkins
Browse files Browse the repository at this point in the history
Remove jenkinsfiles
  • Loading branch information
j616 authored Nov 14, 2023
2 parents 4730274 + fb2dc5c commit 2be6d5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 189 deletions.
167 changes: 0 additions & 167 deletions Jenkinsfile

This file was deleted.

13 changes: 0 additions & 13 deletions Jenkinsfile.json

This file was deleted.

12 changes: 3 additions & 9 deletions README.rst → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ R&D Artifactory in the ap-python repo.
Usage
-----

.. code-block:: python
```python

import zipfile
import httpio_bbc as httpio
Expand All @@ -40,10 +40,7 @@ Usage
with httpio.open(url) as fp:
zf = zipfile.ZipFile(fp)
print(zf.namelist())
.. _file-like: https://docs.python.org/3/glossary.html#term-file-object

.. _BufferedIOBase: https://docs.python.org/3/library/io.html#io.BufferedIOBase
```

Development
-----------
Expand All @@ -62,10 +59,7 @@ the top level of the repository.
Continuous Integration
----------------------

This repository includes a Jenkinsfile which makes use of custom steps defined
in a BBC internal library for use on our own Jenkins instances. As such it will
not be immediately useable outside of a BBC environment, but may still serve as
inspiration and an example of how to implement CI for this package.
This repository includes [GitHub Actions workflows](./.github/workflows/) for CI. The shared workflows are centrally managed and should not be modified.

A Makefile is provided at the top-level of the repository to run common tasks.
Run `make`` in the top directory of this repository to see what actions are available.

0 comments on commit 2be6d5d

Please sign in to comment.