updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-06-22 15:03:31 +08:00
parent a37860e770
commit 5f508b46f8
Vendored
+1 -1
View File
@@ -24,7 +24,7 @@ pipeline {
steps {
echo "Building..."
sh """
docker build -t crawlab:latest .
docker build -t tikazyq/crawlab:latest .
"""
}
}