last word

This commit is contained in:
Dominik 2021-04-08 19:09:49 +02:00
parent ef87550846
commit f19a808613

10
zad8/Jenkinsfile vendored
View File

@ -1,7 +1,13 @@
pipeline {
agent any
agent {
docker { image 'ubuntu:latest' }
}
stages {
stage('Test') {
steps {
sh 'cat /etc/issue'
}
}
stage('Copy Archive') {
steps {
script {