Adapt Jenkinsfile to multi-module architecture
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
All checks were successful
zdm/undo-redo/pipeline/head This commit looks good
This commit is contained in:
parent
c411eace81
commit
4ef3c41251
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -17,7 +17,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
always {
|
||||
junit 'target/surefire-reports/*.xml'
|
||||
junit '*/target/surefire-reports/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -34,7 +34,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts artifacts: 'target/undo-redo-*.jar'
|
||||
archiveArtifacts artifacts: '*/target/undo-redo-*.jar'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user