podTemplate { node(docker-in-docker-agent) { stage('Docker test') { sh 'docker --version' } stage('git test') { sh 'git --version' } } }