teste
Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -8,6 +8,11 @@ pipeline { | ... | @@ -8,6 +8,11 @@ pipeline { |
8 | } | 8 | } |
9 | 9 | ||
10 | stages { | 10 | stages { |
11 | // stage('Clone Repository') { | ||
12 | // steps { | ||
13 | // git url: 'http://cidsrvgit.cidades/israel/app01.git' | ||
14 | // } | ||
15 | // } | ||
11 | stage('Build Docker Image') { | 16 | stage('Build Docker Image') { |
12 | steps { | 17 | steps { |
13 | script { | 18 | script { | ... | ... |
-
Please register or sign in to post a comment