List the contents of the working directory

This commit is contained in:
Ovidio Mallo 2016-12-07 23:25:08 +01:00
parent 7b5ac6db23
commit 1fcb6ee2f1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ node() {
stage('Build') {
git "https://github.com/omallo/ruby-ex.git"
sh "ls -la"
sh "${ocCmd} process -f ${buildConfigFile} -n rubex-dev | ${ocCmd} apply -f - -n rubex-dev"
sh "${ocCmd} start-build frontend -w -n rubex-dev"
}