mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
script
This commit is contained in:
parent
ecf79e0667
commit
39c4fd6a62
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -50,6 +50,7 @@ pipeline {
|
|||
// }
|
||||
stage('push') {
|
||||
steps {
|
||||
script {
|
||||
def pom = readMavenPom file: "pom.xml";
|
||||
// filesByGlob = findFiles(glob: "target/*.${pom.packaging}");
|
||||
// // echo "${filesByGlob[0].name} ${filesByGlob[0].path} ${filesByGlob[0].directory} ${filesByGlob[0].length} ${filesByGlob[0].lastModified}"
|
||||
|
@ -63,6 +64,8 @@ pipeline {
|
|||
// } else {
|
||||
// error "*** File: ${artifactPath}, could not be found";
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue