Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-08 14:28:46 +09:00 committed by GitHub
parent f57c6016f2
commit 73b262411b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
Jenkinsfile vendored
View file

@ -14,4 +14,13 @@ pipeline {
}
}
}
post {
success {
echo 'Git Clone Success!!'
}
failure {
echo 'Git Clone Fail'
}
}
}