Skip to content

Commit 1b614b9

Browse files
authored
Update Jenkinsfile
1 parent e91ea0b commit 1b614b9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
pipeline {
2-
agent {
3-
docker {
4-
image 'python:3.11' // Python comes pre-installed
5-
args "-u root"
6-
}
7-
}
2+
agent any
83

94
environment {
105
GITHUB_TOKEN = credentials('codeql-wrapper-token')

0 commit comments

Comments
 (0)