This commit is contained in:
VSAzima 2021-04-23 13:27:16 +04:00
parent ecf79e0667
commit 39c4fd6a62

3
Jenkinsfile vendored
View file

@ -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";
// }
}
}
}
}