last word
This commit is contained in:
parent
ef87550846
commit
f19a808613
10
zad8/Jenkinsfile
vendored
10
zad8/Jenkinsfile
vendored
@ -1,7 +1,13 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker { image 'ubuntu:latest' }
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
|
stage('Test') {
|
||||||
|
steps {
|
||||||
|
sh 'cat /etc/issue'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Copy Archive') {
|
stage('Copy Archive') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
Loading…
Reference in New Issue
Block a user