Use builtin agent
This commit is contained in:
parent
0552d9dca1
commit
772758ed72
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -1,5 +1,5 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent { label 'builtin' }
|
||||
environment {
|
||||
GITEA_CREDS = credentials('AMARILLO-JENKINS-GITEA-USER')
|
||||
PYPI_CREDS = credentials('AMARILLO-JENKINS-PYPI-USER')
|
||||
|
|
|
|||
Loading…
Reference in a new issue