[👷] Jenkins Test3
Some checks failed
Front/pipeline/head There was a failure building this commit

This commit is contained in:
김선규 2024-07-12 12:39:11 +09:00
parent 7c7a9d4fd7
commit d48f693c32

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stages {
stage('Clone Repository') {
steps {
git url: 'http://your-gitea-repo2-url.git', branch: 'main'
git url: 'https://git.ipstein.myds.me/Team.Stein/Front.git', branch: 'main'
}
}