Use builtin agent
All checks were successful
Amarillo/amarillo-gitea/amarillo-enhancer/pipeline/head This commit looks good

This commit is contained in:
Csaba 2024-06-12 14:52:02 +02:00
parent 9884532c1f
commit b7d7f446e3

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline { pipeline {
agent any agent { label 'builtin' }
environment { environment {
GITEA_CREDS = credentials('AMARILLO-JENKINS-GITEA-USER') GITEA_CREDS = credentials('AMARILLO-JENKINS-GITEA-USER')
PYPI_CREDS = credentials('AMARILLO-JENKINS-PYPI-USER') PYPI_CREDS = credentials('AMARILLO-JENKINS-PYPI-USER')