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