[#13] Start docker daemon
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
88fc38a5dd
commit
1543995ef1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -50,6 +50,8 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Installing docker'
|
echo 'Installing docker'
|
||||||
sh 'curl -fsSl https://get.docker.com | sh'
|
sh 'curl -fsSl https://get.docker.com | sh'
|
||||||
|
echo 'Starting docker daemon'
|
||||||
|
sh 'systemctl start docker'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build docker image') {
|
stage('Build docker image') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue