Skip to content

Propato/gitlab-pipeline-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab Pipeline Setup

This project defines a standard starter template for a GitLab pipeline. Including Stages and Jobs like:

  • Build: Bbuild the tested/deployed system.
  • Actions: Symbolizes actions on the system.
  • Slack: Send notifications through the Slack app.
  • Down: Stops and deletes all files created and the system started.

If you need more, simply create them and define your own Pipeline settings. Feel free to clone and use them.

Slack Notes

The python script is used to convert a pytest report into a table (string) with all the summarized information.

It is necessary to define the .env file to inform the slack URL and channel.

by David Propato @Propato

About

Project to define a standard starter template for a GitLab pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published