File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: v1.0
2
2
name : ' confluent-kafka-dotnet build pipeline'
3
3
agent :
4
4
machine :
5
- type : s1-prod-ubuntu22 -04-amd64-1
5
+ type : s1-prod-ubuntu24 -04-amd64-1
6
6
global_job_config :
7
7
prologue :
8
8
commands :
@@ -19,7 +19,7 @@ blocks:
19
19
task :
20
20
agent :
21
21
machine :
22
- type : s1-prod-ubuntu22 -04-amd64-2
22
+ type : s1-prod-ubuntu24 -04-amd64-2
23
23
jobs :
24
24
- name : ' Build and test'
25
25
commands :
@@ -134,7 +134,7 @@ blocks:
134
134
task :
135
135
agent :
136
136
machine :
137
- type : s1-prod-ubuntu22 -04-amd64-2
137
+ type : s1-prod-ubuntu24 -04-amd64-2
138
138
prologue :
139
139
commands :
140
140
- ' [[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
@@ -178,7 +178,7 @@ after_pipeline:
178
178
task :
179
179
agent :
180
180
machine :
181
- type : s1-prod-ubuntu22 -04-amd64-1
181
+ type : s1-prod-ubuntu24 -04-amd64-1
182
182
jobs :
183
183
- name : SonarQube
184
184
commands :
You can’t perform that action at this time.
0 commit comments