Build image?
This commit is contained in:
@@ -12,6 +12,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage ('build container image') {
|
||||||
|
steps {
|
||||||
|
sh 'rebuild.sh'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('📦 Install dependencies') {
|
stage('📦 Install dependencies') {
|
||||||
steps {
|
steps {
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
|
|||||||
Reference in New Issue
Block a user