jenkinsss

This commit is contained in:
Natalia Szymczyk 2023-04-21 11:23:34 +02:00
parent e7b193bc2e
commit ad7c089729
2 changed files with 6 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
dockerfile true
}
parameters {
string (

View File

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