Use builtin agent
All checks were successful
Amarillo/amarillo-gitea/amarillo-enhancer/pipeline/head This commit looks good
All checks were successful
Amarillo/amarillo-gitea/amarillo-enhancer/pipeline/head This commit looks good
This commit is contained in:
parent
9884532c1f
commit
b7d7f446e3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue