mirror of
https://github.com/docker/compose.git
synced 2025-07-25 06:34:35 +02:00
Apply more specific filtering CI machines
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
ea6c7cb5f4
commit
deaa3d68c3
@ -20,7 +20,7 @@ pipeline {
|
|||||||
parallel {
|
parallel {
|
||||||
stage('alpine') {
|
stage('alpine') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
buildImage('alpine')
|
buildImage('alpine')
|
||||||
@ -28,7 +28,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('debian') {
|
stage('debian') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
buildImage('debian')
|
buildImage('debian')
|
||||||
@ -55,7 +55,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Generate Changelog') {
|
stage('Generate Changelog') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
checkout scm
|
checkout scm
|
||||||
@ -92,7 +92,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('linux binary') {
|
stage('linux binary') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
checkout scm
|
checkout scm
|
||||||
@ -128,7 +128,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('alpine image') {
|
stage('alpine image') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
buildRuntimeImage('alpine')
|
buildRuntimeImage('alpine')
|
||||||
@ -136,7 +136,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('debian image') {
|
stage('debian image') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
buildRuntimeImage('debian')
|
buildRuntimeImage('debian')
|
||||||
@ -151,7 +151,7 @@ pipeline {
|
|||||||
parallel {
|
parallel {
|
||||||
stage('Pushing images') {
|
stage('Pushing images') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
pushRuntimeImage('alpine')
|
pushRuntimeImage('alpine')
|
||||||
@ -160,7 +160,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Creating Github Release') {
|
stage('Creating Github Release') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
GITHUB_TOKEN = credentials('github-release-token')
|
GITHUB_TOKEN = credentials('github-release-token')
|
||||||
@ -192,7 +192,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Publishing Python packages') {
|
stage('Publishing Python packages') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'linux && docker && ubuntu-2004'
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
PYPIRC = credentials('pypirc-docker-dsg-cibot')
|
PYPIRC = credentials('pypirc-docker-dsg-cibot')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user