steps added2
This commit is contained in:
parent
7e2107a70e
commit
dcacf8af32
5
ium_03/Jenkinsfile
vendored
5
ium_03/Jenkinsfile
vendored
@ -20,15 +20,18 @@ pipeline {
|
||||
}
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
echo "ver control"
|
||||
}
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
echo "shell"
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'output.txt'
|
||||
echo "archive"
|
||||
// archiveArtifacts 'output.txt'
|
||||
}
|
||||
}
|
||||
stage('Koniec!') {
|
||||
|
Loading…
Reference in New Issue
Block a user