Skip to content

Commit 8dab776

Browse files
author
Sandip Das
committed
v6 changes
1 parent 2a23e6e commit 8dab776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
stage('source') {
1111
steps {
1212
git 'https://github.com/sd031/aws_codebuild_codedeploy_nodeJs_demo.git'
13-
13+
sh 'cat index.js'
1414
}
1515

1616
}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const config = require('config')
55
console.log(config);
66

77
app.get('/', (req, res) => {
8-
res.send('CICD App V5!')
8+
res.send('CICD App V6!')
99
})
1010

1111
app.get('/status', (req, res) => {

0 commit comments

Comments
 (0)