Update Jenkinsfile

This commit is contained in:
KevinHTrinh 2020-03-16 01:49:48 -04:00 committed by GitHub
parent 9f26983c16
commit f4aa52954c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -20,6 +20,9 @@ pipeline {
when {
branch 'master'
}
steps {
echo 'we want to deploy if on master TODO'
}
}
}
}