Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Israel Amaral
/
app01
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bca45a2b
authored
2021-05-27 17:44:36 -0300
by
Israel Amaral
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Upload new file
1 parent
a5f6886c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
Jenkinsfile
Jenkinsfile
0 → 100644
View file @
bca45a2
pipeline {
agent { label 'Slave02' }
stages {
stage('build') {
steps {
sh 'echo teste > teste.txt'
sh 'mkdir teste2'
sh 'mv teste.txt teste2/'
}
}
}
}
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment