Browse Source

edit file

vmshay 5 years ago
parent
commit
c3028915b2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jenkins/production.jenkins

+ 0 - 1
Jenkins/production.jenkins

@@ -33,7 +33,6 @@ pipeline {
       failure {
         echo 'I failed :((('
         sh 'cat $JENKINS_HOME/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log > /tmp/fail.log'
-        echo $port
       }
       changed {
         echo 'things were different before...'