Fix Jenkins Comment
Some checks reported errors
Minetest-For-Mobile/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
Minetest-For-Mobile/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
65d69fb413
commit
9b9611f365
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -7,9 +7,9 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
# Build
|
// Build
|
||||||
sh 'cd /app; ./build-minetest.sh'
|
sh 'cd /app; ./build-minetest.sh'
|
||||||
# Copy Artifacts
|
// Copy Artifacts
|
||||||
sh 'mkdir out; cp /out/*.deb out'
|
sh 'mkdir out; cp /out/*.deb out'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
Loading…
Reference in New Issue
Block a user