Skip to content

shydrate/testgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi,
Welcome to Saiprasad

## Jekninsfile_demo:
This is sample of jenkins pipeline.
```
node('master'){
    stages('Git pull'){
        git(url: "git@github.com: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

No packages published