Grant Limberg 5 years ago
parent
commit
96965647bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -282,6 +282,7 @@ def buildDebianNative() {
                 }
                 }
                 def runtime = docker.image("ztbuild/${distro}-${arch}:latest")
                 def runtime = docker.image("ztbuild/${distro}-${arch}:latest")
                 runtime.inside {
                 runtime.inside {
+                    sh 'whoami'
                     dir("build") {
                     dir("build") {
                         sh 'make -j4'
                         sh 'make -j4'
                     }
                     }