Commit edec3d4d authored by Serdar TURKEL's avatar Serdar TURKEL

fixing1

parent 14001615
...@@ -33,7 +33,7 @@ pipeline { ...@@ -33,7 +33,7 @@ pipeline {
steps { steps {
script { script {
// Read POM xml file using 'readMavenPom' step , this step 'readMavenPom' is included in: https://plugins.jenkins.io/pipeline-utility-steps // Read POM xml file using 'readMavenPom' step , this step 'readMavenPom' is included in: https://plugins.jenkins.io/pipeline-utility-steps
pom = readFile(file: "pom.xml"); pom = readMavenPom(file: "pom.xml");
// Find built artifact under target folder // Find built artifact under target folder
filesByGlob = findFiles(glob: "target/*.${pom.packaging}"); filesByGlob = findFiles(glob: "target/*.${pom.packaging}");
// Print some info from the artifact found // Print some info from the artifact found
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment