adding jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -7,7 +7,9 @@ pipeline{
|
||||
stage("build"){
|
||||
|
||||
steps{
|
||||
docker-compose up -d --build
|
||||
script{
|
||||
docker-compose up -d --build
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user