Skip to content

Commit

Permalink
Update JenkinsfileSepBatch2022
Browse files Browse the repository at this point in the history
  • Loading branch information
devopstrainingblr authored Nov 1, 2022
1 parent abb55c6 commit 1cd3733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileSepBatch2022
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "Node name is: ${env.NODE_NAME}"
properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '5', daysToKeepStr: '', numToKeepStr: '5')), [$class: 'JobLocalConfiguration', changeReasonComment: ''], pipelineTriggers([pollSCM('* * * * *')])])

try{

sendslacknotifications("STARTED")
stage('CheckoutCode'){
git branch: 'development', credentialsId: 'd282f55b-fad5-4318-87d4-7ae8a1bf92b2', url: 'https://github.com/MithunTechnologiesDevOps/maven-web-application.git'
}
Expand Down

0 comments on commit 1cd3733

Please sign in to comment.