Search posts, tags, users, and pages
deepanshu yadav
pipeline{ agent any tools { maven "MAVEN3.9" jdk "JDK17" } stages { stage ('Fetch code'){ steps { git branch: 'atom', url:'https://github.com/hkhcoder/vprofile-project.git' ...
No responses yet.