updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-06-21 22:37:02 +08:00
parent f6888aea3b
commit 5c6e0bd95e

1
Jenkinsfile vendored
View File

@@ -24,6 +24,7 @@ pipeline {
steps {
echo "Building..."
sh """
echo `whoami`
docker build -t crawlab:latest .
"""
}