Food Website Zomato Clone App with DevSecOps CI/CD
Jenkins Pipeline code
pipeline{
agent any
tools{
jdk 'jdk17'
nodejs 'node16'
}
environment {
SCANNER_HOME=tool 'sonar-scanner'
}
stages {
stage('Checkout from Git'){
steps{
...
abidmoon.hashnode.dev11 min read