Skip to content

Chaest/clicker_xeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository is based on the one provided by Xebia.

It is a maven github project that will send notification to a Jenkins server which will start deploying the application.
The application is first deployed on a staging environment which is tested with validity.py selenium python script present here.
It is then deployed again on the production environment if the test were successful.
The job responsible for this is described in this repository's Jenkinsfile.

One may connect to the Jenkins using the following account:

  • User: xeb1
  • Password: xeb1

The following resources can help picture the whole process:
cicd pipeline

Click Count application

The application itself is a simple web app with counter and click button that increments it.

Build Status