Skip to content

Commit

Permalink
Update git checkout to remote
Browse files Browse the repository at this point in the history
  • Loading branch information
LaiHangMan committed Jul 27, 2023
1 parent bb6fa5b commit 0f9f2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/ci/jenkins/test/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ node ('gce-vm-pipeline-dev-n1-standard-16') {
stage ('test') {
sh 'rm -rf iot-edge-ft && mkdir iot-edge-ft && cd iot-edge-ft'
sh 'git clone git@github.com:ForgeRock/iot-edge.git'
sh 'cd iot-edge && git checkout ci-test'
sh 'git branch -a'
sh 'cd iot-edge && git checkout origin/ci-test'
sh 'ls -a build'
sh 'ls -a build/package'
sh 'ls -a build/package/functional-test'
Expand Down

0 comments on commit 0f9f2c5

Please sign in to comment.