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 {
|
||||
agent {
|
||||
docker {
|
||||
image 'docker'
|
||||
}
|
||||
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'docker:latest'
|
||||
}
|
||||
|
||||
}
|
||||
steps {
|
||||
sh 'env'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue