-
Notifications
You must be signed in to change notification settings - Fork 2
shydrate/testgit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hi, Welcome to Saiprasad ## Jekninsfile_demo: This is sample of jenkins pipeline. ``` node('master'){ stages('Git pull'){ git(url: "[email protected]:shydrate/testgit.git", branch: "dev") } stages('List'){ sh 'ls -la; pwd' } } ``` --- Testing PR build on jenkins
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published