Skip to content

Commit

Permalink
Jenkinsfile: Removed custom workspace
Browse files Browse the repository at this point in the history
Updated jenkinsfile by removing custom workspace

Signed-off-by: Janani Sunil <[email protected]>
  • Loading branch information
jansunil committed Oct 30, 2023
1 parent 718d624 commit eb2195c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@ pipeline {
}

stage("Build and Test") { // Run build and test scripts
agent {
node {
label 'firmware_builder'
customWorkspace 'workspace/pcg-fw'
}
}
agent { label 'firmware_builder' }
steps {
script {
// Checkout all submodules recursively
Expand Down

0 comments on commit eb2195c

Please sign in to comment.