Sarthak Tyagisarthakwrites.hashnode.dev·Jul 4, 2024DevSecOps java project pipeline Working(100%)(Last one)final pipeline working (without artifact) pipeline { agent any environment { SONAR_HOME = tool 'sonar' } stages { stage('Check Java') { steps { sh 'echo $JAVA_HOME' sh 'java...DevSecOps