Skip to content

Commit

Permalink
testing again
Browse files Browse the repository at this point in the history
Signed-off-by: Bilal Baqar <[email protected]>
  • Loading branch information
bilalbaqar committed Dec 16, 2019
1 parent 0bcd1d2 commit 27d246a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
stages {
stage('Test') {
steps {
sh 'cat /home/jenkins/workspace/testrun.log'
sh 'pwd && ls'
}
}
stage('Build') {
Expand All @@ -14,4 +14,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 27d246a

Please sign in to comment.