docker3
This commit is contained in:
parent
6f4a723e34
commit
87843efe9a
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('run script') {
|
||||
stage('Run script') {
|
||||
steps{
|
||||
sh 'sh test.sh text.txt out.txt'
|
||||
archiveArtifacts artifacts: 'out.txt'
|
||||
@ -28,8 +28,7 @@ pipeline {
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'node --version'
|
||||
sh 'svn --version'
|
||||
sh 'git --version'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user