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
6256fab0
authored
2021-05-27 18:25:37 -0300
by
Israel Amaral
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Delete Jenkinsfile
1 parent
d77d5380
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
Jenkinsfile
Jenkinsfile
deleted
100644 → 0
View file @
d77d538
pipeline {
agent { label 'Slave02' }
stages {
stage('build') {
steps {
sh 'echo teste2 > teste2.txt'
sh 'mkdir teste2'
sh 'mv teste2.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