v3
This commit is contained in:
parent
ca8a0a886d
commit
816d4f2f16
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,7 +10,9 @@ pipeline {
|
||||
}
|
||||
sh 'git checkout'
|
||||
sh 'python3 script.py'
|
||||
archiveArtifacts('build/test-output/**/*.html')
|
||||
publishers {
|
||||
archiveArtifacts('build/test-output/**/*.html')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user