[#13] Added agent any
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b24af469a1
commit
3a4e2ce422
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
|
agent any
|
||||||
environment {
|
environment {
|
||||||
GITEA_CREDS = credentials('AMARILLO-JENKINS-GITEA-USER')
|
GITEA_CREDS = credentials('AMARILLO-JENKINS-GITEA-USER')
|
||||||
TWINE_REPO_URL = "https://git.gerhardt.io/api/packages/amarillo/pypi"
|
TWINE_REPO_URL = "https://git.gerhardt.io/api/packages/amarillo/pypi"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue