Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Adding some post notification notes
  • Loading branch information
rsandell authored May 19, 2017
1 parent 9073b07 commit 50ecb34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ pipeline {
}
steps {
unstash 'war'
sh './deploy.sh staging -v $REL_VERSION -u $STAGING_AUTH_USR -p $STAGING_AUTH_PSW'
sh './deploy.sh staging -v $REL_VERSION -u $STAGING_AUTH_USR -p $STAGING_AUTH_PSW'
}
//Post: Send notifications; hipchat, slack, send email etc.
}
stage('Archive') {
agent any
Expand Down Expand Up @@ -135,4 +136,5 @@ pipeline {
}
}
}
//Post: notifications; hipchat, slack, send email etc.
}

0 comments on commit 50ecb34

Please sign in to comment.