Skip to content

apokochito/validationJobSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

validationJobSample for a weeklyPlanner

Java development with Jenkins Job configuration.

This validation job needs to execute and validate a successful flow of data of the following project structure.

Project Structure

Process

Jenkins configuration (not necessary)

Installation steps (by windows option)

Installation steps (by Docker option)

  • PENDIENT

Validation Job Creation

  • From home page, select "New Item" and name it as ValidationJob

  • Select "Pipeline" type

  • In General section select "This project is parameterized"

  • Add "String Parameter" as...

    • Name as "ENVIRONMENT"

    • Default value as "dev"

    • Description as

      dev

      dev-stage

  • Add the link to your Github Project "this repo url"

  • Add shell command... sh "mvn clean test -P $ENVIRONMENT -U -DskipTests=false"

You can run this ValidationJob using different parameters (each environment).

About

This is a Validation Job for Sample structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages