Release Notes for the Predictive Maintenance blueprint.
Summary
This blueprint is a EVE/EDEN project combined with FLedge project for the sake of monitoring some object and act upon the data change
Test configuration:
Server | Components |
---|---|
Google Cloud machine | Jenkins, Eden |
Google Cloud machine | Eve, Fledge |
Upstream projects :
- EVE
- Eden
- Fledge
Jenkins script:
def COLOR_MAP = [
'SUCCESS': 'good',
'FAILURE': 'danger',
]
pipeline {
agent any
stages {
stage('') {
steps
Unknown macro: { sh '''#!/bin/bash rm -rf ./eden rm -rf ~/.eden/ #git clone -b pattern-fix https}
}
}
}