Add of Jenknis File and setup repo
This commit is contained in:
parent
2314bd5bce
commit
f4779190b1
16
Jenkinsfile
vendored
Normal file
16
Jenkinsfile
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Testing Express Node JS') {
|
||||||
|
steps {
|
||||||
|
echo "Testing Neutral"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Deploy Neutral') {
|
||||||
|
steps {
|
||||||
|
echo "Deploying Neutral"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -239,7 +239,7 @@
|
|||||||
|
|
||||||
last_dir.addEventListener("click", () => {
|
last_dir.addEventListener("click", () => {
|
||||||
|
|
||||||
var cdSplit = currentDir.value.split("\\")
|
var cdSplit = currentDir.value.split("/")
|
||||||
|
|
||||||
if(cdSplit.slice(-1) == "") {
|
if(cdSplit.slice(-1) == "") {
|
||||||
|
|
||||||
@ -253,7 +253,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
currentDir.value = cdSplit.join("\\")
|
currentDir.value = cdSplit.join("/")
|
||||||
|
|
||||||
getDirectory(currentDir.value)
|
getDirectory(currentDir.value)
|
||||||
|
|
||||||
@ -294,7 +294,7 @@
|
|||||||
|
|
||||||
if(currentDir.value.slice(-1) != "\\" && currentDir.value.slice(-1) != "/") {
|
if(currentDir.value.slice(-1) != "\\" && currentDir.value.slice(-1) != "/") {
|
||||||
|
|
||||||
currentDir.value = currentDir.value + "\\" + file.name
|
currentDir.value = currentDir.value + "/" + file.name
|
||||||
|
|
||||||
} else if(currentDir.value.slice(-1) == "/") {
|
} else if(currentDir.value.slice(-1) == "/") {
|
||||||
|
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
"fullname": "Raphael PICOT",
|
"fullname": "Raphael PICOT",
|
||||||
"permissionLevel": 4,
|
"permissionLevel": 4,
|
||||||
"token": {
|
"token": {
|
||||||
"tokenID": "0c2ac628-848e-42dd-9def-aaccac08b058",
|
"tokenID": "748eac04-7725-4da3-a5ce-e02655e9a320",
|
||||||
"livableToken": true,
|
"livableToken": true,
|
||||||
"createdAt": 1677339339934
|
"createdAt": 1677602543822
|
||||||
},
|
},
|
||||||
"lastconnexion": 1677421147948
|
"lastconnexion": 1677602755015
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user