Add changes to reviewfile

prreview
prathabanKavin 2 months ago
parent 754bdc2b25
commit fe48e14c46

5
Jenkinsfile vendored

@ -9,7 +9,6 @@ pipeline {
JAVA_HOME = '/usr/lib/jvm/java-11-openjdk' JAVA_HOME = '/usr/lib/jvm/java-11-openjdk'
PATH = "${JAVA_HOME}/bin:${env.PATH}" PATH = "${JAVA_HOME}/bin:${env.PATH}"
} }
stages { stages {
stage('Initialize Variables') { stage('Initialize Variables') {
steps { steps {
@ -64,7 +63,7 @@ pipeline {
} }
} }
} }
} }
stage('Fetch Pending Upstream Dependencies') { stage('Fetch Pending Upstream Dependencies') {
steps { steps {
@ -129,7 +128,7 @@ pipeline {
} }
} }
} }
} }
stage('Report Job Status') { stage('Report Job Status') {
steps { steps {

Loading…
Cancel
Save