Jenkinsfile aktualisiert
This commit is contained in:
parent
15afee8522
commit
b6b02a9cdd
19
Jenkinsfile
vendored
19
Jenkinsfile
vendored
@ -1,24 +1,11 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
podTemplate {
|
||||
node(docker-in-docker-agent) {
|
||||
stage('Docker test') {
|
||||
agent {
|
||||
kubernetes {
|
||||
label 'docker-in-docker-agent'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
container('docker-in-docker') {
|
||||
sh 'docker --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('git test') {
|
||||
steps {
|
||||
container('jnlp') {
|
||||
sh 'git --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user