Skip to content

PSG2019/jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

pipeline{ agent any stages { stage('Build') { steps{ echo "Building the Project.........." } } stage('Test') { steps{ echo "Testing the Project.........." } } stage('Deploy') { steps{ echo "Deploying the Project.........." } } } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published