Search posts, tags, users, and pages
Sarthak Tyagi
fuck the world
declearative pipeline script pipeline { agent any stages { stage("Code") { steps { echo "Cloning the Code" git url: "https://github.com/SarthakTyagiji/Color_Flipper.git", branch: "main" ...
No responses yet.