mirror of
https://github.com/lxsang/sysmond.git
synced 2025-08-29 15:22:03 +02: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:
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user