List the contents of the working directory
This commit is contained in:
parent
c6675df6dd
commit
dc5be94d63
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ node() {
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
sh "pwd"
|
sh "pwd"
|
||||||
|
sh "ls"
|
||||||
sh "${ocCmd} process -f ${buildConfigFile} -n rubex-dev | ${ocCmd} apply -f - -n rubex-dev"
|
sh "${ocCmd} process -f ${buildConfigFile} -n rubex-dev | ${ocCmd} apply -f - -n rubex-dev"
|
||||||
sh "${ocCmd} start-build frontend -w -n rubex-dev"
|
sh "${ocCmd} start-build frontend -w -n rubex-dev"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue