Fixed Jenkinsfile
This commit is contained in:
parent
c9078bfbd2
commit
fd0524b326
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -35,7 +35,7 @@ pipeline {
|
|||||||
|
|
||||||
environment {
|
environment {
|
||||||
build_os_type="linux"
|
build_os_type="linux"
|
||||||
build_os_type="x64"
|
build_os_arch="amd64"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
@ -167,7 +167,7 @@ pipeline {
|
|||||||
|
|
||||||
environment {
|
environment {
|
||||||
build_os_type="linux"
|
build_os_type="linux"
|
||||||
build_os_type="x86"
|
build_os_arch="x86"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user