Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Append the date to local build names #278

Merged
merged 1 commit into from
Aug 4, 2014

Conversation

mgol
Copy link
Member

@mgol mgol commented Aug 4, 2014

All local runs have been so far appearing under a build called "local run",
supposedly running for 121 days now and failing. Separating runs helps with
the organization and allows to see the result of a particular run at a glance.

We could also optionally append the user name if present. Thoughts?

@@ -59,6 +59,7 @@ module.exports = function( grunt ) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON( "package.json" ),
dateString: new Date().toISOString().replace( /T/, " " ).replace( /\..*Z/, "" ),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My preference would be to keep the ISO string as-is, possibly with .replace( /\.\d*/, "" ), but I approve of the overall value in timestamping jobs. User name is probably overkill, though.

All local runs have been so far appearing under a build called "local run",
supposedly running for 121 days now and failing. Separating runs helps with
the organization and allows to see the result of a particular run at a glance.
@mgol mgol merged commit 4d985ad into jquery:master Aug 4, 2014
@mgol mgol deleted the browserstack-separate branch August 4, 2014 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants