6256fab0 by Israel Amaral

Delete Jenkinsfile

1 parent d77d5380
pipeline {
agent { label 'Slave02' }
stages {
stage('build') {
steps {
sh 'echo teste2 > teste2.txt'
sh 'mkdir teste2'
sh 'mv teste2.txt teste2/'
}
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!