Skip to content

Instantly share code, notes, and snippets.

View jerryzhang222's full-sized avatar

jerryzhang222

View GitHub Profile
get() {
const stepName = this.get('stepName');
console.log(this.get('estimateTime'));
const estimateTime = new Promise((resolve, reject) => {
this.get('estimateTime').then((builds) => {
let durations = [];
builds.forEach((build) => {
const steps = build.get('steps');
'use strict';
const nodemailer = require('nodemailer');
const smtpConfig = {
host: 'smarthost.yahoo.com',
port: 25,
secure: false, // upgrade later with STARTTLS
auth: {
user: 'jerryzhang@yahoo.com',

Keybase proof

I hereby claim:

  • I am jerryzhang222 on github.
  • I am jerryzhang (https://keybase.io/jerryzhang) on keybase.
  • I have a public key whose fingerprint is 89C8 FE1F 173D 5A5F 815C 04E0 8613 35B7 E6E6 A559

To claim this, I am signing this object: