We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91ea0b commit 1b614b9Copy full SHA for 1b614b9
jenkins/Jenkinsfile
@@ -1,10 +1,5 @@
1
pipeline {
2
- agent {
3
- docker {
4
- image 'python:3.11' // Python comes pre-installed
5
- args "-u root"
6
- }
7
+ agent any
8
9
environment {
10
GITHUB_TOKEN = credentials('codeql-wrapper-token')
0 commit comments