Skip to content

Commit

Permalink
Update JenkinsfileSepBatch
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr authored Nov 12, 2021
1 parent 59e1dc7 commit 5729c20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions JenkinsfileSepBatch
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
node{


//echo "GitHub BranhName ${env.BRANCH_NAME}"
//echo "Jenkins Job Number ${env.BUILD_NUMBER}"
echo "Jenkins Node Name ${env.NODE_NAME}"

echo "Jenkins Home ${env.JENKINS_HOME}"
echo "Jenkins URL ${env.JENKINS_URL}"
echo "JOB Name ${env.JOB_NAME}"


def mavenHome = tool name: "maven3.8.3"

properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '5', daysToKeepStr: '', numToKeepStr: '5')), [$class: 'JobLocalConfiguration', changeReasonComment: ''], pipelineTriggers([pollSCM('* * * * *')])])
Expand Down

0 comments on commit 5729c20

Please sign in to comment.