添加Jenkinsfile
This commit is contained in:
parent
b111d1fc92
commit
bdf91c1e36
@ -1,5 +0,0 @@
|
|||||||
pipeline:
|
|
||||||
build:
|
|
||||||
image: plugins/docker
|
|
||||||
commands:
|
|
||||||
- make
|
|
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Build') {
|
||||||
|
steps {
|
||||||
|
sh 'make'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user