Update app message for Jenkins-Kubernetes pipeline test
This commit is contained in:
parent
bef66b64f0
commit
e0d2e013ea
@ -2,7 +2,7 @@ const http = require('http');
|
|||||||
|
|
||||||
const server = http.createServer((req, res) => {
|
const server = http.createServer((req, res) => {
|
||||||
res.writeHead(200, { 'Content-Type': 'text/plain' });
|
res.writeHead(200, { 'Content-Type': 'text/plain' });
|
||||||
res.end('🚀 New Deployment: Hello vipin.This is Jenkins + Minikube pipeline!\n');
|
res.end('🚀 New Deployment: Hello vipin.This is Jenkins + newly updated Minikube pipeline!\n');
|
||||||
});
|
});
|
||||||
|
|
||||||
const PORT = 3000;
|
const PORT = 3000;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user