Update Jenkinsfile
This commit is contained in:
parent
b5d9528a26
commit
736fe26520
1 changed files with 1 additions and 13 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -1,21 +1,9 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
image 'docker'
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
image 'docker:latest'
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh 'env'
|
sh 'env'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue