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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
Jenkinsfile
Jenkinsfile
deleted
100644 → 0
View file @
d77d538
1
pipeline {
2
agent { label 'Slave02' }
3
stages {
4
stage('build') {
5
steps {
6
sh 'echo teste2 > teste2.txt'
7
sh 'mkdir teste2'
8
sh 'mv teste2.txt teste2/'
9
}
10
}
11
}
12
13
}
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