Compare commits
3 Commits
1.3.2
...
5229ecd6b6
| Author | SHA1 | Date | |
|---|---|---|---|
| 5229ecd6b6 | |||
| 7e45b51a8a | |||
| 5a3efb8d99 |
@@ -4,3 +4,4 @@
|
|||||||
deploy.sh
|
deploy.sh
|
||||||
README.md
|
README.md
|
||||||
test.sh
|
test.sh
|
||||||
|
Jenkinsfile
|
||||||
|
|||||||
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Build') {
|
||||||
|
echo 'BUILD'
|
||||||
|
}
|
||||||
|
stage('Build Tag') {
|
||||||
|
echo 'BUILD TAG'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -137,6 +137,8 @@
|
|||||||
// - Brett
|
// - Brett
|
||||||
"\"Let's get this cock onto a tray!\"",
|
"\"Let's get this cock onto a tray!\"",
|
||||||
// - Brett
|
// - Brett
|
||||||
|
"\"All she needs to do is step on me\"",
|
||||||
|
// - Brett
|
||||||
"\"This is Hell, they are all prostitutes.\"",
|
"\"This is Hell, they are all prostitutes.\"",
|
||||||
// - Jordyn
|
// - Jordyn
|
||||||
"\"Isn't an asshole like a brass instrument?\"",
|
"\"Isn't an asshole like a brass instrument?\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user