Commit 5424796e authored by Fernando Vazquez's avatar Fernando Vazquez

Adjusted Jenkinsfile

parent 34db60fe
......@@ -5,7 +5,7 @@ pipeline {
stage('Git Checkout') {
steps{
echo "Checking out repository"
git branch: "main", url: "https://gitlab.mynisum.com/fvazquez/hello-world-spring-boot"
git branch: "master", url: "https://gitlab.mynisum.com/fvazquez/hello-world-spring-boot"
echo "Checkout complete"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment