move stage Test to new stage called 'Zadanie 2'
This commit is contained in:
parent
4a9e2af1ce
commit
2cf919b766
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -1,13 +1,6 @@
|
||||
pipeline {
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'gcc --version'
|
||||
sh 'git --version'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Zadanie 1') {
|
||||
steps {
|
||||
echo 'Kopiowanie plików z wynikami rozpoznawania mowy z artefaktów projektu ASR-eval'
|
||||
@ -27,5 +20,12 @@ pipeline {
|
||||
archiveArtifacts 'output.txt'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Zadanie 2') {
|
||||
steps {
|
||||
sh 'gcc --version'
|
||||
sh 'git --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user