Update Jenkinsfile
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -3,9 +3,9 @@ pipeline { | ... | @@ -3,9 +3,9 @@ pipeline { |
3 | stages { | 3 | stages { |
4 | stage('build') { | 4 | stage('build') { |
5 | steps { | 5 | steps { |
6 | sh 'echo teste > teste.txt' | 6 | sh 'echo teste2 > teste2.txt' |
7 | sh 'mkdir teste2' | 7 | //sh 'mkdir teste2' |
8 | sh 'mv teste.txt teste2/' | 8 | sh 'mv teste2.txt teste2/' |
9 | } | 9 | } |
10 | } | 10 | } |
11 | } | 11 | } | ... | ... |
-
Please register or sign in to post a comment