Making the build work
This commit is contained in:
parent
beaf436e7b
commit
45d96872e6
|
@ -5,11 +5,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
agent {
|
agent { docker { image 'schemers/sagittarius' } }
|
||||||
docker {
|
|
||||||
image 'schemers/sagittarius'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh 'apt-get update && apt-get install -y make'
|
sh 'apt-get update && apt-get install -y make'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
|
|
Loading…
Reference in New Issue