adding jenkinsfile

This commit is contained in:
Szakalakamaka
2020-08-25 15:16:39 +02:00
parent c98c327207
commit b6819b1d8e

4
Jenkinsfile vendored
View File

@@ -7,7 +7,9 @@ pipeline{
stage("build"){
steps{
docker-compose up -d --build
script{
docker-compose up -d --build
}
}
}
}