use python script
This commit is contained in:
parent
3ccf2288b1
commit
42a45f6e06
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -20,7 +20,7 @@ pipeline {
|
||||
}
|
||||
stage('Script') {
|
||||
steps {
|
||||
sh './script.sh'
|
||||
sh 'python3 main.py'
|
||||
}
|
||||
}
|
||||
stage('ArchiveArtifacts') {
|
||||
|
@ -16,7 +16,7 @@ pipeline {
|
||||
}
|
||||
stage('Script') {
|
||||
steps {
|
||||
sh './script2.sh > output.txt'
|
||||
sh 'python3 main2.py > output.txt'
|
||||
}
|
||||
}
|
||||
stage('ArchiveArtifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user