mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Added squishy file, added dist folder, added Jenkinsfile
This commit is contained in:
parent
fa8a7e0c04
commit
f122c10fb3
22
Jenkinsfile
vendored
Normal file
22
Jenkinsfile
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
pipeline {
|
||||
agent {
|
||||
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
when {
|
||||
branch 'production'
|
||||
}
|
||||
|
||||
steps {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
0
dist/.gitkeep
vendored
Normal file
0
dist/.gitkeep
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user