Basic API Structure #2

Merged
kske merged 12 commits from f/basics into develop 2021-12-11 21:45:59 +01:00
Showing only changes of commit 4ef3c41251 - Show all commits

4
Jenkinsfile vendored
View File

@ -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'
}
}
}