Fix jenkins error ‘***/target/*.jar’ doesn’t match anything,
This commit is contained in:
parent
b33f004b19
commit
d3d25b37ee
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn package'
|
sh 'mvn package'
|
||||||
archiveArtifacts artifacts: '***/target/*.jar', fingerprint: true
|
archiveArtifacts artifacts: 'target/helloworld*.jar', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue