debug: 去除 Jenkinsfile
This commit is contained in:
parent
b48d89f22e
commit
c324ce2bca
24
Jenkinsfile
vendored
24
Jenkinsfile
vendored
@ -1,24 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
environment {
|
|
||||||
QODANA_TOKEN=credentials('qodana-token')
|
|
||||||
}
|
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
args '''
|
|
||||||
-v "${WORKSPACE}":/data/project
|
|
||||||
--entrypoint=""
|
|
||||||
'''
|
|
||||||
image 'jetbrains/qodana-jvm'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stages {
|
|
||||||
stage('Qodana') {
|
|
||||||
when {
|
|
||||||
branch 'feature'
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
sh '''qodana'''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user