This commit is contained in:
parent
e24600d1ad
commit
d302ee58c0
|
@ -82,6 +82,14 @@ pipeline {
|
|||
// sh 'pnpm install --prefer-offline'
|
||||
// }
|
||||
// }
|
||||
stage('Echo?') {
|
||||
when {
|
||||
changeset "src/pages/**/*"
|
||||
}
|
||||
steps {
|
||||
echo "hola"
|
||||
}
|
||||
}
|
||||
stage('Buscar último build con éxito') {
|
||||
steps {
|
||||
script {
|
||||
|
|
|
@ -51,6 +51,7 @@ async function onSubmit() {
|
|||
});
|
||||
}
|
||||
}
|
||||
// REMOVE:
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Reference in New Issue