Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 19, 2023
1 parent 022aea7 commit ddeb8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pipeline {
agent any
environment {
//environment {
//Use Pipeline Utility Steps plugin to read information from pom.xml into env variables
// IMAGE = readMavenPom().getArtifactId()
// VERSION = readMavenPom().getVersion()
}
//}

stages {
stage('Sonar Analysis') {
Expand Down

0 comments on commit ddeb8d8

Please sign in to comment.