Print the working directory
This commit is contained in:
parent
a7be2261e2
commit
c6675df6dd
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ node() {
|
|||
def appConfigFile = "deployment/config/app.yaml"
|
||||
|
||||
stage('Build') {
|
||||
sh "pwd"
|
||||
sh "${ocCmd} process -f ${buildConfigFile} -n rubex-dev | ${ocCmd} apply -f - -n rubex-dev"
|
||||
sh "${ocCmd} start-build frontend -w -n rubex-dev"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue