Skip to content

Commit e12b962

Browse files
author
Alan Christie
committed
- Attempt to debug
1 parent 155a909 commit e12b962

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ pipeline {
2424

2525
steps {
2626

27+
sh 'env'
28+
sh 'id'
2729
sh 'pip install --user -r package-requirements.txt'
2830

2931
dir('src/python') {
@@ -43,6 +45,8 @@ pipeline {
4345

4446
steps {
4547

48+
sh 'env'
49+
sh 'id'
4650
sh 'pip install --user -r package-requirements.txt'
4751

4852
dir('src/python') {

0 commit comments

Comments
 (0)