Skip to content

Commit

Permalink
Update agent name
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 24, 2024
1 parent b4f769a commit e798b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pipeline {
}
}
agent {
label 'mac-build'
label 'macos-build'
}
options {
timeout(time: 4, unit: 'HOURS')
Expand Down Expand Up @@ -133,7 +133,7 @@ pipeline {
post {
always {
zip zipFile: 'windows-clap-plugins.zip', archive: true, overwrite: true,
glob: 'builds/ninja-vcpkg/plugins/Release/clap-plugins.clap'
glob: 'builds/vs-vcpkg/plugins/Release/clap-plugins.clap'

zip zipFile: 'windows-vcpkg-logs.zip', archive: true, overwrite: true,
glob: 'vcpkg/buildtrees/**/*.log, vcpkg/installed/vcpkg/issue_body.md'
Expand Down

0 comments on commit e798b60

Please sign in to comment.