fix
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -30,9 +30,8 @@ pipeline {
|
|||||||
|
|
||||||
stage('Checkout Repositório') {
|
stage('Checkout Repositório') {
|
||||||
steps {
|
steps {
|
||||||
|
|
||||||
url: 'https://git.homeware.pt/Marco/Geradores.git',
|
|
||||||
git branch: 'master',
|
git branch: 'master',
|
||||||
|
url: 'https://git.homeware.pt/Marco/Geradores.git',
|
||||||
credentialsId: env.GIT_CREDENTIALS_ID
|
credentialsId: env.GIT_CREDENTIALS_ID
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user