Build on hcloud build agent #2

Merged
ben merged 5 commits from hcloud-docker-x86 into main 2024-11-01 15:40:48 +00:00
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline { pipeline {
agent any agent {
label "hcloud-docker-x86"
}
parameters { parameters {
booleanParam(name: "use_github", defaultValue: true, description: "use github repos") booleanParam(name: "use_github", defaultValue: true, description: "use github repos")
booleanParam(name: "BUILD_SNAPSHOT", defaultValue: false, description: "build current version at HEAD") booleanParam(name: "BUILD_SNAPSHOT", defaultValue: false, description: "build current version at HEAD")