Skip to content

Commit 5729c20

Browse files
Update JenkinsfileSepBatch
1 parent 59e1dc7 commit 5729c20

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

JenkinsfileSepBatch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
node{
22

3+
4+
//echo "GitHub BranhName ${env.BRANCH_NAME}"
5+
//echo "Jenkins Job Number ${env.BUILD_NUMBER}"
6+
echo "Jenkins Node Name ${env.NODE_NAME}"
7+
8+
echo "Jenkins Home ${env.JENKINS_HOME}"
9+
echo "Jenkins URL ${env.JENKINS_URL}"
10+
echo "JOB Name ${env.JOB_NAME}"
11+
12+
313
def mavenHome = tool name: "maven3.8.3"
414

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

0 commit comments

Comments
 (0)