We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a23e6e commit 8dab776Copy full SHA for 8dab776
Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
10
stage('source') {
11
steps {
12
git 'https://github.com/sd031/aws_codebuild_codedeploy_nodeJs_demo.git'
13
-
+ sh 'cat index.js'
14
}
15
16
index.js
@@ -5,7 +5,7 @@ const config = require('config')
5
console.log(config);
6
7
app.get('/', (req, res) => {
8
- res.send('CICD App V5!')
+ res.send('CICD App V6!')
9
})
app.get('/status', (req, res) => {
0 commit comments