Skip to content

Commit 78bc1e6

Browse files
author
Sandip Das
committed
jenkins changes
1 parent 9cc6125 commit 78bc1e6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pipeline {
2+
agent { dockerfile true}
3+
stages {
4+
stage('source') {
5+
steps {
6+
git 'https://github.com/sd031/aws_codebuild_codedeploy_nodeJs_demo.git'
7+
}
8+
9+
}
10+
stage('Running Build') {
11+
steps {
12+
echo 'Successfully build the docker image and running this command inside it!'
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)