Update Jenkinsfile
This commit is contained in:
parent
a89df0aaa3
commit
a800d51902
1 changed files with 2 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
|
@ -7,11 +7,7 @@ pipeline
|
||||||
{
|
{
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
echo 'Starting Build...'
|
echo 'running build'
|
||||||
docker build .
|
|
||||||
|
|
||||||
// Delete old and create new out folder
|
|
||||||
//sh 'rm -rf out && mkdir out -p'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue