Deploy tests

This commit is contained in:
Juan Ferrer 2019-01-08 16:20:07 +01:00
parent 7a3fc5e81a
commit 56efd89fa5
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -16,6 +16,12 @@ try {
node {
stage ('Checkout') {
checkout scm
echo env.GIT_COMMITTER_NAME
echo env.GIT_AUTHOR_NAME
echo env.GIT_USER
echo env.CHANGE_AUTHOR
echo env.CHANGE_AUTHOR_DISPLAY_NAME
echo env.CHANGE_AUTHOR_EMAIL
}
stage ('Build') {
nodejs('node-lts') {