Skip to content

Commit

Permalink
Update ableton-utils to 0.28.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nre-ableton committed Jan 21, 2025
1 parent 045a2a2 commit 37ae5a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* license that can be found in the LICENSE file.
*/

library(identifier: 'ableton-utils@0.23', changelog: false)
library(identifier: 'ableton-utils@0.28', changelog: false)
library(identifier: '[email protected]', changelog: false)
// Get groovylint library from current commit so it can test itself in this Jenkinsfile
library "groovylint@${params.JENKINS_COMMIT}"
Expand Down Expand Up @@ -83,10 +83,8 @@ devToolsProject.run(
'GMETRICS_VERSION=test',
'SLF4J_VERSION=test',
]) {
try {
junitUtils.run(testResults: 'results.xml') {
sh 'python -m pytest --junit-xml=results.xml'
} finally {
junit 'results.xml'
}
}
},
Expand Down

0 comments on commit 37ae5a0

Please sign in to comment.