Jenkins CI setup, try two
Some checks failed
Gitea - aviat/banker/master There was a failure building this commit
Some checks failed
Gitea - aviat/banker/master There was a failure building this commit
This commit is contained in:
parent
78e6acf821
commit
028e20bacc
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
node {
|
node {
|
||||||
checkout scm
|
checkout scm
|
||||||
docker.image('memcached:latest').withRun('-p 11211:11211') { c ->
|
docker.image('memcached:latest').withRun('-p 11211:11211') { c ->
|
||||||
docker.image('redis:latest').withRun('-p 6379:6379') { c ->
|
docker.image('redis:latest').withRun('-p 6379:6379') { d ->
|
||||||
docker.image('php:7') {
|
docker.image('php:7') {
|
||||||
sh 'sh build/docker_install.sh > /dev/null'
|
sh 'sh build/docker_install.sh > /dev/null'
|
||||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||||
@ -20,7 +20,7 @@ pipeline {
|
|||||||
node {
|
node {
|
||||||
checkout scm
|
checkout scm
|
||||||
docker.image('memcached:latest').withRun('-p 11211:11211') { c ->
|
docker.image('memcached:latest').withRun('-p 11211:11211') { c ->
|
||||||
docker.image('redis:latest').withRun('-p 6379:6379') { c ->
|
docker.image('redis:latest').withRun('-p 6379:6379') { d ->
|
||||||
docker.image('php:7.1') {
|
docker.image('php:7.1') {
|
||||||
sh 'sh build/docker_install.sh > /dev/null'
|
sh 'sh build/docker_install.sh > /dev/null'
|
||||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||||
@ -35,7 +35,7 @@ pipeline {
|
|||||||
node {
|
node {
|
||||||
checkout scm
|
checkout scm
|
||||||
docker.image('memcached:latest').withRun('-p 11211:11211') { c ->
|
docker.image('memcached:latest').withRun('-p 11211:11211') { c ->
|
||||||
docker.image('redis:latest').withRun('-p 6379:6379') { c ->
|
docker.image('redis:latest').withRun('-p 6379:6379') { d ->
|
||||||
docker.image('php:7.2') {
|
docker.image('php:7.2') {
|
||||||
sh 'sh build/docker_install.sh > /dev/null'
|
sh 'sh build/docker_install.sh > /dev/null'
|
||||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||||
|
Loading…
Reference in New Issue
Block a user