updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-08-16 00:57:17 +08:00
parent 00bf346c24
commit bbf573c836

2
Jenkinsfile vendored
View File

@@ -33,7 +33,7 @@ pipeline {
steps {
echo "Building..."
sh """
docker build -t tikazyq/crawlab:${ENV:TAG} -f ${ENV.DOCKERFILE} .
docker build -t tikazyq/crawlab:${ENV:TAG} -f ${ENV:DOCKERFILE} .
"""
}
}