Skip to content

Commit

Permalink
Merge pull request #53 from couchbaselabs/removeUbuntu16Dotnet
Browse files Browse the repository at this point in the history
Remove Ubuntu16 from dotnet build pipeline
  • Loading branch information
willbroadbelt authored Aug 24, 2023
2 parents 6b3d8ce + 08a105a commit a41ce1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/sdk/build-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
agent none
stages {
stage("prepare and validate") {
agent { label "centos6||centos7||ubuntu16||ubuntu14||ubuntu20" }
agent { label "centos6||centos7||ubuntu20" }
steps {

echo "Branch: ${GERRIT_BRANCH}"
Expand Down Expand Up @@ -74,7 +74,7 @@ pipeline {
axes {
axis {
name 'PLAT'
values "windows","ubuntu16","centos7","macos","ubuntu20", /*"qe-grav2-amzn2",*/ "alpine", "m1", "qe-ubuntu20-arm64"
values "windows","centos7","macos","ubuntu20", /*"qe-grav2-amzn2",*/ "alpine", "m1", "qe-ubuntu20-arm64"
}
}
agent { label PLAT }
Expand Down

0 comments on commit a41ce1c

Please sign in to comment.