You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
отладка
This commit is contained in:
@@ -30,7 +30,7 @@ void call() {
|
||||
}
|
||||
|
||||
options {
|
||||
skipDefaultCheckout(false)
|
||||
skipDefaultCheckout(true)
|
||||
}
|
||||
|
||||
environment {
|
||||
@@ -39,6 +39,8 @@ void call() {
|
||||
|
||||
steps {
|
||||
echo "test"
|
||||
cmd "env"
|
||||
checkout scm
|
||||
script {
|
||||
config = jobConfiguration() as JobConfiguration
|
||||
agent1C = config.v8version
|
||||
|
Reference in New Issue
Block a user