mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
no echo
This commit is contained in:
parent
637b56d0a7
commit
9e161fae3f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -52,7 +52,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
def pom = readMavenPom file: "pom.xml";
|
def pom = readMavenPom file: "pom.xml";
|
||||||
filesByGlob = findFiles(glob: "target/*.${pom.packaging}");
|
filesByGlob = findFiles(glob: "target/*.${pom.packaging}");
|
||||||
echo "${filesByGlob[0].name} ${filesByGlob[0].path} ${filesByGlob[0].directory} ${filesByGlob[0].length} ${filesByGlob[0].lastModified}"
|
// echo "${filesByGlob[0].name} ${filesByGlob[0].path} ${filesByGlob[0].directory} ${filesByGlob[0].length} ${filesByGlob[0].lastModified}"
|
||||||
artifactPath = filesByGlob[0].path;
|
artifactPath = filesByGlob[0].path;
|
||||||
artifactExists = fileExists artifactPath;
|
artifactExists = fileExists artifactPath;
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue