dir( './deploy-this' )
This commit is contained in:
parent
4ba348bf60
commit
419ecdf1cb
|
|
@ -4,6 +4,7 @@ pipeline {
|
||||||
stages{
|
stages{
|
||||||
stage('create arti-angular-app') {
|
stage('create arti-angular-app') {
|
||||||
steps {
|
steps {
|
||||||
|
dir( './deploy-this' ){
|
||||||
script{
|
script{
|
||||||
def nxinx_build ="docker build --file angular.dockerfile -t arti-angular-app ."
|
def nxinx_build ="docker build --file angular.dockerfile -t arti-angular-app ."
|
||||||
sh(nxinx_build);
|
sh(nxinx_build);
|
||||||
|
|
@ -12,6 +13,9 @@ pipeline {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue