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.........." } } } }
-
Notifications
You must be signed in to change notification settings - Fork 0
PSG2019/jenkins
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published