Add steps
This commit is contained in:
parent
fa96ad7ea3
commit
072616803b
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -3,7 +3,9 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('Pull git') {
|
||||
checkout scm
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build Docker Image') {
|
||||
|
|
Loading…
Reference in a new issue