Code Monkey home page Code Monkey logo

jenkins_job_executor's Introduction

jenkins_job_executor

Python and Flask.

REST API to wraper Jenkins API calls.

Will have a Vue.js interface with the jobs list and execution option.

In your jenkins, anote the job's Description you want to be visible from the interface with the string '#report'.

Add the environment variables (~/.bashrc):

export JENKINS_HOST={{your_jenkins_host}}
export JENKINS_PORT={{your_jenkins_port}}
export JENKINS_USER={{your_user_name}}
export JENKINS_PASS={{your_secret}}

Init the python backend:

python src/main.py

Init the Vue.js interface

npm install --prefix src/static
npm run dev --prefix src/static

The interface will automatically open.

jenkins_job_executor's People

Contributors

fabiovariant avatar

Watchers

 avatar

jenkins_job_executor's Issues

Cadastro_Job

Criar tela que irá cadastrar os jobs elegíveis para execução.

  • Listar todos jobs do Jenkins
  • A execução do job deve ser possível apenas para um ou mais grupos (tipos de usuários)

Cadastro de usuário

Criar o cadastro de usuários.

  • Todo usuário pertence à um grupo
  • Todo usuário tem senha e e-mail de acesso
  • Um usuário só pode ser cadastrado por um usuário Master.

Funções:

  • Cadastrar
  • Listar usuários
  • Alterar usuário
  • Inativar usuário

Dominio:

  • Nome
  • Cargo
  • Telefone
  • E-mail
  • Senha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.