This commit is contained in:
parent
36e647fcef
commit
2835b917a9
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -26,7 +26,7 @@ pipeline {
|
|||
parallel {
|
||||
stage("Build for Linux 64-bit") {
|
||||
agent {
|
||||
label "untrusted"
|
||||
label "built-in"
|
||||
}
|
||||
steps {
|
||||
sh("git clean -dfx")
|
||||
|
|
@ -38,7 +38,7 @@ pipeline {
|
|||
}
|
||||
stage("Build for Windows 32-bit") {
|
||||
agent {
|
||||
label "untrusted"
|
||||
label "built-in"
|
||||
}
|
||||
steps {
|
||||
sh("git clean -dfx")
|
||||
|
|
@ -51,7 +51,7 @@ pipeline {
|
|||
}
|
||||
stage("Build for Windows 64-bit") {
|
||||
agent {
|
||||
label "untrusted"
|
||||
label "built-in"
|
||||
}
|
||||
steps {
|
||||
sh("git clean -dfx")
|
||||
|
|
@ -76,7 +76,7 @@ pipeline {
|
|||
}
|
||||
stage("Build for Windows 32-bit (Watcom)") {
|
||||
agent {
|
||||
label "untrusted"
|
||||
label "built-in"
|
||||
}
|
||||
steps {
|
||||
sh("git clean -dfx")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue