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

This commit is contained in:
Timothy Warren 2018-10-12 09:47:31 -04:00
parent c904792681
commit 1850055a24
1 changed files with 2 additions and 2 deletions

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 {
} }
} }
} }
} } */
} }
} }