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