forked from remote/site-ffmuc
Added Stages to Jenkinsfile
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -1,4 +1,10 @@
|
|||||||
node {
|
node {
|
||||||
git url: 'https://github.com/freifunkMUC/site-ffm.git'
|
stage 'Checkout'
|
||||||
|
checkout scm
|
||||||
|
|
||||||
|
stage 'Build'
|
||||||
sh "make V=s"
|
sh "make V=s"
|
||||||
|
|
||||||
|
stage 'Archive'
|
||||||
|
archive 'output/**/*'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user