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