create-aaa.jenkinsfile
This commit is contained in:
parent
83e7dcc994
commit
e562350254
|
|
@ -0,0 +1,14 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('create ginx-with-tools-docker') {
|
||||||
|
steps {
|
||||||
|
script{
|
||||||
|
def nxinx_build ="docker build --file angular.dockerfile -t arti-angular-app ."
|
||||||
|
sh(nxinx_build);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue