Skip to content

Commit

Permalink
Remove echoes
Browse files Browse the repository at this point in the history
  • Loading branch information
fc-staddiken committed Jan 17, 2019
1 parent f22b7c1 commit 707f66a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pipeline {
echo err
}
}
echo currentBuild.result
}
}
stage('JDK-12') {
Expand All @@ -51,7 +50,6 @@ pipeline {
echo err
}
}
echo currentBuild.result
}
}
stage('JDK-13') {
Expand All @@ -69,7 +67,6 @@ pipeline {
echo err
}
}
echo currentBuild.result
}
}
}
Expand Down

0 comments on commit 707f66a

Please sign in to comment.