Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigodiaspilotogalvao authored Oct 10, 2023
1 parent be5c7b2 commit 46d801f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ pipeline {
branchname = env.BRANCH_NAME.toLowerCase()
}

agent {
node {
label 'SME-AGENT-FLUTTER'
}
}
agent { kubernetes {
label 'flutter3106'
defaultContainer 'flutter3106'
}
}

options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
Expand Down Expand Up @@ -282,4 +282,3 @@ pipeline {
}
}
}

0 comments on commit 46d801f

Please sign in to comment.