You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Отказ от объекта-логгера
This commit is contained in:
@@ -32,7 +32,7 @@ void call() {
|
||||
}
|
||||
|
||||
steps {
|
||||
log.location()
|
||||
printLocation()
|
||||
|
||||
sonarScanner()
|
||||
}
|
||||
@@ -46,7 +46,7 @@ void call() {
|
||||
stages {
|
||||
stage('Подготовка базы') {
|
||||
steps {
|
||||
log.location()
|
||||
printLocation()
|
||||
|
||||
installLocalDependencies()
|
||||
|
||||
@@ -67,7 +67,7 @@ void call() {
|
||||
parallel {
|
||||
stage('Синтаксический контроль') {
|
||||
steps {
|
||||
log.location()
|
||||
printLocation()
|
||||
|
||||
installLocalDependencies()
|
||||
|
||||
@@ -82,7 +82,7 @@ void call() {
|
||||
|
||||
stage('Дымовые тесты') {
|
||||
steps {
|
||||
log.location()
|
||||
printLocation()
|
||||
|
||||
installLocalDependencies()
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
def location() {
|
||||
def call() {
|
||||
echo "Running on node $env.NODE_NAME"
|
||||
}
|
Reference in New Issue
Block a user