diff --git a/Jenkinsfile b/Jenkinsfile index 25b8ed3..974068b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,13 +1,12 @@ pipeline { - agent { docker { image 'ubuntu:16.04' }} + agent { docker { image 'ubuntu:16.04' } } stages { stage('Test') { - step { + steps { sh 'ls' sh 'pwd' } } } - } \ No newline at end of file