mirror of
https://github.com/lxsang/sysmond.git
synced 2024-12-26 19:08:22 +01:00
Update Jenkinsfile
All checks were successful
gitea-sync/sysmond/pipeline/head This commit looks good
All checks were successful
gitea-sync/sysmond/pipeline/head This commit looks good
This commit is contained in:
parent
4eb4ff4a0b
commit
7cc9c5fdbe
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -38,7 +38,7 @@ pipeline{
|
|||||||
stage('Build AMD64') {
|
stage('Build AMD64') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-amd64'
|
image 'xsangle/ci-tools:bionic-amd64'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -52,7 +52,7 @@ pipeline{
|
|||||||
stage('Build ARM64') {
|
stage('Build ARM64') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-arm64'
|
image 'xsangle/ci-tools:bionic-arm64'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -66,7 +66,7 @@ pipeline{
|
|||||||
stage('Build ARM') {
|
stage('Build ARM') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-tools:latest-arm'
|
image 'xsangle/ci-tools:bionic-arm'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user