mirror of
https://github.com/lxsang/sysmond.git
synced 2024-12-26 02:58: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') {
|
||||
agent {
|
||||
docker {
|
||||
image 'xsangle/ci-tools:latest-amd64'
|
||||
image 'xsangle/ci-tools:bionic-amd64'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
@ -52,7 +52,7 @@ pipeline{
|
||||
stage('Build ARM64') {
|
||||
agent {
|
||||
docker {
|
||||
image 'xsangle/ci-tools:latest-arm64'
|
||||
image 'xsangle/ci-tools:bionic-arm64'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
@ -66,7 +66,7 @@ pipeline{
|
||||
stage('Build ARM') {
|
||||
agent {
|
||||
docker {
|
||||
image 'xsangle/ci-tools:latest-arm'
|
||||
image 'xsangle/ci-tools:bionic-arm'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user