Basic API Structure #2
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -17,7 +17,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
junit 'target/surefire-reports/*.xml'
|
junit '*/target/surefire-reports/*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -34,7 +34,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
archiveArtifacts artifacts: 'target/undo-redo-*.jar'
|
archiveArtifacts artifacts: '*/target/undo-redo-*.jar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user