Skip to content
Open

test #298

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
pipeline {
agent any

stages{
stage("one"){
steps{
echo 'step 1'
sleep 3
}
}
stage("two"){
steps{
echo 'step 2'
sleep 9
}
}
stage("three"){
steps{
echo 'step 3'
sleep 5
}
}
}

post{
always{
echo 'This pipeline is completed.'
}
}
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ Note
----

The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client.

I am tom
tom - test
2 changes: 2 additions & 0 deletions worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@
</plugins>
</build>
</project>


1 change: 1 addition & 0 deletions worker/tom-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tom