bca45a2b by Israel Amaral

Upload new file

1 parent a5f6886c
1 pipeline {
2 agent { label 'Slave02' }
3 stages {
4 stage('build') {
5 steps {
6 sh 'echo teste > teste.txt'
7 sh 'mkdir teste2'
8 sh 'mv teste.txt teste2/'
9 }
10 }
11 }
12 }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!