Fix typo in Jenkinsfile

This commit is contained in:
Radu Tutueanu 2017-05-05 15:31:52 +02:00
parent 6a2b0efe07
commit 1dfefb60be

2
Jenkinsfile vendored
View File

@ -123,7 +123,7 @@ def reportStatus(target, state, String message) {
],
reposSource: [$class: 'ManuallyEnteredRepositorySource', url: 'https://github.com/realm/realm-js']
])
} catch(Exception e) {
} catch(Exception err) {
echo "Error posting to GitHub: ${err}"
}
}