000dbc3a by Israel Amaral

Update Jenkinsfile

1 parent fdc9632e
...@@ -4,7 +4,7 @@ pipeline { ...@@ -4,7 +4,7 @@ pipeline {
4 stage('build') { 4 stage('build') {
5 steps { 5 steps {
6 sh 'echo teste2 > teste2.txt' 6 sh 'echo teste2 > teste2.txt'
7 //sh 'mkdir teste2' 7 sh 'mkdir teste2'
8 sh 'mv teste2.txt teste2/' 8 sh 'mv teste2.txt teste2/'
9 } 9 }
10 } 10 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!