Added Jenkinsfile
This commit is contained in:
parent
be3a3fcc72
commit
b5d9528a26
1 changed files with 6 additions and 1 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,5 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'docker'
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
agent {
|
agent {
|
||||||
|
|
Loading…
Reference in a new issue