Jenkins CI setup, try six
Some checks failed
Gitea - aviat/banker/master There was a failure building this commit

This commit is contained in:
Timothy Warren 2018-10-12 09:47:31 -04:00
parent c904792681
commit 1850055a24

4
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
} }
} }
} }
stage('PHP 7.1') { / * stage('PHP 7.1') {
agent { agent {
node { node {
checkout scm checkout scm
@ -57,6 +57,6 @@ pipeline {
} }
} }
} }
} } */
} }
} }