List the contents of the working directory

This commit is contained in:
Ovidio Mallo 2016-12-07 23:17:46 +01:00
parent c6675df6dd
commit dc5be94d63

View file

@ -6,6 +6,7 @@ node() {
stage('Build') {
sh "pwd"
sh "ls"
sh "${ocCmd} process -f ${buildConfigFile} -n rubex-dev | ${ocCmd} apply -f - -n rubex-dev"
sh "${ocCmd} start-build frontend -w -n rubex-dev"
}