isProduction() step This step returns true if the current build is not a build for pull request. It returns false otherwise. Parameters No parameters. Example Usage if (isProduction()) { // do something }