Add changes to reviewfile
pr-validation/core/pipeline/pr-master There was a failure building this commit Details

pull/515/head
prathabanKavin 2 months ago
parent 754bdc2b25
commit fe48e14c46

5
Jenkinsfile vendored

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

Loading…
Cancel
Save