updated jenkinsfiles

This commit is contained in:
Alagris 2021-04-11 20:12:36 +02:00
parent d175c58d6e
commit ca31a63a87
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
dockerfile true
}
stages {
stage('Build') {

View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
dockerfile true
}
stages {
stage('Build') {