Commit 971f71e4 authored by Serdar TURKEL's avatar Serdar TURKEL

commit x1

parent b2604934
...@@ -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 = readMavenPom file: "pom.xml"; pom = readFile(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