last word
This commit is contained in:
parent
ef87550846
commit
f19a808613
10
zad8/Jenkinsfile
vendored
10
zad8/Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user