bmustiata / jenny

Command line Jenkinsfile runner written in groovy. Does not need a Jenkins installation to run the Jenkinsfile.
BSD 3-Clause "New" or "Revised" License
91 stars 8 forks source link

`BUILD_ID` missing from environment parameters. #30

Closed bmustiata closed 6 years ago

bmustiata commented 6 years ago
docker.build("project_node_builder:${env.BUILD_ID}",
    "-f Dockerfile.build .")

The BUILD_ID is null instead of some actual number.