diff --git a/Jenkinsfile b/Jenkinsfile index 182c419c..268ce982 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,6 +24,7 @@ pipeline { steps { echo "Building..." sh """ + echo `whoami` docker build -t crawlab:latest . """ }