Removed node label
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2023-12-13 14:18:44 +01:00
parent a6111cd039
commit 32f4eac11f

1
Jenkinsfile vendored
View file

@ -2,7 +2,6 @@ pipeline {
agent { agent {
docker { docker {
image 'python:3' image 'python:3'
label 'amarillo-build-agent'
} }
} }
stages { stages {