bca45a2b by Israel Amaral

Upload new file

1 parent a5f6886c
pipeline {
agent { label 'Slave02' }
stages {
stage('build') {
steps {
sh 'echo teste > teste.txt'
sh 'mkdir teste2'
sh 'mv teste.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!