Compare commits
2 Commits
1.3.1
...
7e45b51a8a
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e45b51a8a | |||
| 6041244174 |
@@ -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'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -119,7 +119,7 @@
|
|||||||
// - Me
|
// - Me
|
||||||
"\"Glorious Soviet manmeat\"",
|
"\"Glorious Soviet manmeat\"",
|
||||||
// - Me
|
// - Me
|
||||||
"\"Ah shit, soap! I'm getting hard!\""
|
"\"Ah shit, soap! I'm getting hard!\"",
|
||||||
// - Me
|
// - Me
|
||||||
"\"Tom Nook has whores in stock\"",
|
"\"Tom Nook has whores in stock\"",
|
||||||
// - Me
|
// - Me
|
||||||
|
|||||||
Reference in New Issue
Block a user