Skip to content

Commit 93f5c26

Browse files
Working on Jenkinsfile for Docker
1 parent ba14a52 commit 93f5c26

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

JenkinsFileDocker

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
pipeline
2+
{
3+
agent any
4+
5+
stages
6+
{
7+
stage('Checkout Code to Jenkins from GitHub')
8+
{
9+
steps()
10+
{
11+
git branch: 'master', url: 'https://github.com/MithunTechnologiesDevOps/maven-web-application.git'
12+
}
13+
}
14+
}
15+
}
1.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)