Skip to content

Commit

Permalink
Update JenkinsfileJan2024
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr authored Mar 29, 2024
1 parent 413892c commit b2b72b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions JenkinsfileJan2024
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ tools{
maven 'maven3.9.6'
}

echo "The Job name is: ${env.JOB_NAME}"
echo "The Nod ename is: ${env.NODE_NAME}"
echo "The Build Number is: ${env.BUILD_NUMBER}"
echo "The Jenkins Home directory is: ${JENKINS_HOME}"


//Checkout code
stages{
stage('CheckOuteCode'){
Expand Down

0 comments on commit b2b72b9

Please sign in to comment.