Jenkinsfile aktualisiert
This commit is contained in:
parent
d03915529d
commit
569ef44a2a
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -21,16 +21,16 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Docker test') {
|
||||
stage('Build Docker image') {
|
||||
steps {
|
||||
container('dind') {
|
||||
sh 'docker --version'
|
||||
sh 'ls -la'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('git test') {
|
||||
stage('Tag Docker image') {
|
||||
steps {
|
||||
sh 'git --version'
|
||||
sh 'ls -la'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user