node { def app stage('Clone repository') { checkout scm } stage('Build image') { app = docker.build("sparafinski/ium", "./Docker/") } stage('Split set into dev/train/test') { app.inside { sh 'pwd' ah 'ls -la' } } }