node.js Version herausfinden in Jenkins-Server
This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -19,6 +19,17 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Check Node.js Version') {
|
||||
steps {
|
||||
script {
|
||||
nodejs('NodeJS') {
|
||||
// Node.js-Version anzeigen
|
||||
sh 'node -v'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Install Dependencies') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
@@ -38,7 +38,7 @@ import "react-toastify/dist/ReactToastify.css";
|
||||
import { mapIdState, userIdState } from "../store/atoms/urlParameterState";
|
||||
import { set } from "lodash";
|
||||
import { poiLayerVisibleState } from "../store/atoms/poiLayerVisible";
|
||||
//import { data } from "autoprefixer";
|
||||
import { data } from "autoprefixer";
|
||||
import plusRoundIcon from "./PlusRoundIcon.js";
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user