Fix Jenkins
Some checks failed
Minetest-For-Mobile/pipeline/head There was a failure building this commit
Some checks failed
Minetest-For-Mobile/pipeline/head There was a failure building this commit
This commit is contained in:
parent
94d0078b2d
commit
72f4fa8abb
@ -1,3 +0,0 @@
|
|||||||
FROM ubuntu:focal
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y docker.io
|
|
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,18 +1,17 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
filename 'Dockerfile.build'
|
filename 'Dockerfile'
|
||||||
args '-v /var/run/docker.sock:/var/run/docker.sock'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'DOCKER_BUILD_OPTIONS="--no-cache" ./run.sh'
|
sh './build-minetest.sh'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
archiveArtifacts artifacts: 'out/*.deb', fingerprint: true
|
archiveArtifacts artifacts: '/out/*.deb', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user