added docker

This commit is contained in:
2025-06-25 11:49:58 +02:00
parent b2e00eb030
commit 56cfd79687

6
Jenkinsfile vendored
View File

@@ -28,6 +28,12 @@ pipeline {
sh 'npm run build' sh 'npm run build'
} }
} }
stage('Containerize') {
steps {
sh 'docker -h'
}
}
} }
post { post {