blob: 51fe5f1dfd1b6bcc2a4471cb650dacf195e7b68c [file] [log] [blame]
Carlos Sancheze9f90952016-03-15 19:16:56 +01001node('docker') {
2 stage 'Checkout'
3 checkout scm
4
5 stage 'Build'
6 docker.build('jenkins')
7
Filip Pytlounef30df32016-09-01 13:47:02 +02008// stage 'Test'
9// sh "git clone https://github.com/sstephenson/bats.git"
10// sh "bats/bin/bats tests/tests.bats"
Carlos Sancheze9f90952016-03-15 19:16:56 +010011}