Update Jenkinsfile
This commit is contained in:
parent
a89df0aaa3
commit
a800d51902
1 changed files with 2 additions and 6 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -1,17 +1,13 @@
|
||||||
pipeline
|
pipeline
|
||||||
{
|
{
|
||||||
agent { dockerfile true }
|
agent {dockerfile true}
|
||||||
stages
|
stages
|
||||||
{
|
{
|
||||||
stage ('Build')
|
stage ('Build')
|
||||||
{
|
{
|
||||||
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